docs(benchpress): add readme with instructions on using benchpress

This commit is contained in:
Jeff Cross
2014-08-13 16:42:27 -07:00
parent 1229334fbd
commit bfd311174d

6
benchmarks/README.md Normal file
View File

@@ -0,0 +1,6 @@
Instructions for using benchpress (how to create benchmarks, how to run, how to configure) can be
found at: https://github.com/angular/benchpress/blob/master/README.md.
In this project, there is a configured grunt task for building the benchmarks, and placing them in
"/build/benchmarks/".
The existing `grunt webserver` task can be used to serve the built benchmarks at `localhost:8000/build/benchmarks/<benchmark-name>`