angular-cn/modules/benchpress
Tobias Bosch c280fe816c fix(benchpress): support nested intervals
Chrome sometimes reports nested `FunctionCall` intervals in the timeline,
which should be ignored for measuring the `script` metric.

Might solve #2116
2015-06-03 10:28:27 -07:00
..
docs docs(benchpress): add details about normalized mobile environment. 2015-04-15 10:12:13 -07:00
src fix(benchpress): support nested intervals 2015-06-03 10:28:27 -07:00
test fix(benchpress): support nested intervals 2015-06-03 10:28:27 -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 chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
benchpress.ts refactor(benchpress): convert src and test to typescript 2015-05-29 14:02:58 -07:00
common.ts refactor(benchpress): convert src and test to typescript 2015-05-29 14:02:58 -07:00
index.dart fix(benchpress): add index to root of module 2015-05-29 14:38:29 -07:00
index.ts fix(benchpress): add index to root of module 2015-05-29 14:38:29 -07:00
package.json chore(shrinkwrap): add shrinkwrap for firefox-profile/jpm 2015-06-01 16:04:38 -07:00
pubspec.yaml chore: support last dev build of Dart at 1.10.0-dev.1.10 2015-05-06 18:21:46 -07:00
tsconfig.json refactor(benchpress): convert src and test to typescript 2015-05-29 14:02:58 -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