angular-cn/modules/benchpress
Miško Hevery bec5c5fdad refactor(Provider): remove deprecated provider/bind API (#10652)
Closes #9751

BREAKING CHANGE:

These forms of providers are no longer accepted:
  bind(MyClass).toFactory(...)
  new Provider(MyClass, toFactory: ...)

We now only accept:
  {provider: MyClass, toFactory: ...}
2016-08-15 19:37:42 -07:00
..
docs feat(benchpress): add custom user metric to benchpress 2016-06-16 07:30:53 -07:00
src refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
test refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -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(benchpress): clang-format and lint 2016-08-04 10:08:37 -07:00
package.json fix(package.json): remove es6-promise from the peerDependency list 2016-03-22 01:53:35 +00: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