angular-cn/modules/benchpress
Tobias Bosch 0a7d10ba55 refactor(core): separate reflective injector from Injector interface
BREAKING CHANGE:
- Injector was renamed into `ReflectiveInjector`,
  as `Injector` is only an abstract class with one method on it
- `Injector.getOptional()` was changed into `Injector.get(token, notFoundValue)`
  to make implementing injectors simpler
- `ViewContainerRef.createComponent` now takes an `Injector`
  instead of `ResolvedProviders`. If a reflective injector
  should be used, create one before calling this method.
  (e.g. via `ReflectiveInjector.resolveAndCreate(…)`.
2016-04-20 11:28:13 -07:00
..
docs feat(benchpress): add receivedData + requestCount to PerflogMetric 2015-12-10 18:51:47 +00:00
src refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -07:00
test refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -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 fix: remove typescript references to d.ts files from benchpress and e2e tests 2016-04-13 13:23:27 -07:00
common.ts refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -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(build): replace traceur-runtime with es6-shim. 2015-09-14 21:02:29 +00: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 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.

See this project for an example.

License: Apache MIT 2.0