angular/modules/benchpress/src
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
..
metric refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
reporter refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
validator refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
webdriver refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
common_options.js refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
measure_values.js feat(benchpress): add a file reporter 2015-03-06 12:50:05 -08:00
metric.js feat(bench press): allow multiple reporters, metrics and driver extensions. 2015-02-20 17:49:47 -08:00
reporter.js feat(bench press): allow multiple reporters, metrics and driver extensions. 2015-02-20 17:49:47 -08:00
runner.js refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
sample_description.js refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
sampler.js refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
statistic.js feat(benchpress): rewritten implementation 2015-02-16 11:43:27 -08:00
validator.js feat(bench press): allow multiple reporters, metrics and driver extensions. 2015-02-20 17:49:47 -08:00
web_driver_adapter.js feat(bench press): allow multiple reporters, metrics and driver extensions. 2015-02-20 17:49:47 -08:00
web_driver_extension.js refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00