angular-cn/modules/benchpress/test/webdriver
Tobias Bosch 21a293b017 refactor(bench press): rename metrics and adapt them to the features of the browser
* Rename metrics, add `Time` suffix to all so that they are
  more consistent
* iOS does not give us `gc` metrics, so they should not be reported
* Rename `scriptMicroAvg` into `microScriptTimeAvg`
* Rename previous `script` metric into `pureScriptTime` metric,
  and keep `scriptTime` metric as the overall time, so that we still
  have a shared metric across devices independent of the supported
  browser features
* `microScriptTimeAvg` is now based on overall `scriptTime`, including
  gc and render time.
* Move more shared DI tokens into `common_options` (previously
  `sample_options`).

Closes #930
2015-03-13 20:46:37 -07:00
..
chrome_driver_extension_spec.js feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
ios_driver_extension_spec.js refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00