angular-cn/modules/benchpress
Misko Hevery 7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -07:00
..
docs feat(benchpress): add custom user metric to benchpress 2016-06-16 07:30:53 -07:00
src fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
test chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00
README.dart.md feat(publish): update files to publish to npm 2015-02-24 16:53:44 -08:00
README.js.md fix(benchpress): update build step, read and config 2015-10-02 14:42:15 -07:00
benchpress.dart chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
benchpress.ts refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
common.ts refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
index.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
index.ts chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00
package.json chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00
pubspec.yaml chore(test): migrate Dart tests to package:test 2016-03-04 02:27:44 +00:00
tsconfig.json chore(benchpress): make benchpress compile 2016-08-04 10:08:37 -07:00
types.d.ts chore(benchpress): make benchpress compile 2016-08-04 10:08:37 -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.

See this project for an example.

License: Apache MIT 2.0