Skip to content

Commit 9379453

Browse files
committed
pattern(performance): update available tools
1 parent 9e9d72f commit 9379453

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

patterns/performance.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
## Performance Testing AngularJS
22

3-
This is something I haven't done yet, so I'm looking for community input on what works well. My current thought is to leverage existing tools such as [benchmark.js](http://benchmarkjs.com/).
3+
### Benchpress
4+
5+
[Benchpress](https://github.com/angular/benchpress) is a new performance testing tool built by the AngularJS team.
6+
7+
### ng-bench
8+
9+
Another option is the [ng-bench](https://github.com/jbdeboer/ng-bench) project built on top of karma and jasmine.
10+
11+
This is something I haven't done in AngularJS yet, and have not personally tried out the tools mentioned above, so I'm looking for community input on what works well.
412

513
### What is working well for you?
614

7-
*[pull request welcome!](../#contributing-test-patterns)*
15+
*[pull request welcome!](../#contributing-test-patterns)*

0 commit comments

Comments
 (0)