angular-cn/modules/benchpress
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
..
src refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
test refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
README.dart.md feat(publish): update files to publish to npm 2015-02-24 16:53:44 -08:00
README.js.md feat(publish): update files to publish to npm 2015-02-24 16:53:44 -08:00
benchpress.dart refactor(benchpress): export webdriver adapters in benchpress/benchpress 2015-03-02 11:31:06 -08:00
benchpress.es6 refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
common.js refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
index.cjs feat(publish): update files to publish to npm 2015-02-24 16:53:44 -08:00
package.json release: release 2.0.0-alpha.11 which includes benchpress 2015-02-24 17:01:48 -08:00
pubspec.yaml chore: upgrade guinness to remove a workaround in testlib 2015-03-13 18:19:10 -07:00

README.js.md

Benchpress - a framework for e2e performance tests

The sources for this package are in the main Angular2 repo. Please file issues and pull requests against that repo.

This package contains different sources for different users:

  1. The files located in the root folder can be consumed using CommonJS
  2. The files under /es6 are es6 compatible files that can be transpiled to es5 using any transpiler. This contains:
    • dev/: a development version that includes runtime type assertions
    • prod/: a production version that does not include runtime type assertions
  3. The files under /atscript are the AtScript source files

As a convenience, we provide you with /es6/{dev|prod}/es5build.js, a script to transpile the es6 sources into es5 using Google Traceur.

License: Apache MIT 2.0