angular-cn/modules/benchpress
Igor Minar 80b025ae53 build(broccoli): convert dependencies to peerDependencies in all package.json templates
This is more correct and resolves the issue of having dupes within the same project.

This change has no impact on our shrinkwrap since peerDeps and deps are merged into one
within the shrinkwrap file.

BREAKING CHANGE: rxjs, reflect-metadata, zone.js and es6-shims now must be specified as
explicit dependencies of each angular app that uses npm for package management.

To migrate, please add the following into the "dependencies" section of your package.json:

```
"dependencies": {
    ...

    "es6-promise": "^3.0.2",
    "es6-shim": "^0.33.3",
    "reflect-metadata": "0.1.2",
    "rxjs": "5.0.0-alpha.11",
    "zone.js": "0.5.8"

    ...
}
```

Closes #5560

Closes #5649
2015-12-08 11:52:26 -08:00
..
docs fix(benchpress): update build step, read and config 2015-10-02 14:42:15 -07:00
src refactor(ListWrapper): drop filter, find, reduce & any 2015-11-09 19:24:14 +00:00
test refactor(core): move facades out of core 2015-11-07 01:36:06 +00: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 feat(di): rename Binding into Provider 2015-10-11 05:13:31 +00:00
common.ts feat(di): rename Binding into Provider 2015-10-11 05:13:31 +00: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 build(broccoli): convert dependencies to peerDependencies in all package.json templates 2015-12-08 11:52:26 -08:00
pubspec.yaml chore: cleanup to pubspec.yaml files 2015-07-17 12:34:06 -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.

See this project for an example.

License: Apache MIT 2.0