Jeff Cross
Jeff Cross
Here's why there currently is a build step (where benchmarks get compiled into an executable app): - This project was originally part of AngularDart, and the code needed to be...
Currently, the build process compiles the markup from `main.html` with the benchpress harness html in `template.html`, outputting it as a single `index.html` in the build folder. Because the code under...
It should be easy to run benchmarks locally on emulators and real devices, as well as in a CI setup.
For purposes of calculating more accurate deltas between CLs, and accounting for different test environments, benchpress should support running tests for current revision and previous revision to calculate relative results...
Add a check for `window.CollectGarbage` in the same block that's looking for `window.gc`
E.g. I am collecting three samples and have a sample set of [100, 200, 300] with a (min=100), but then if I add another sample of 250, the min should...
An alert should be shown at the top of the UI warning the user if browser has not been started with correct flags to enable high resolution memory measurement and...
Probably a similar api to https://github.com/bestiejs/benchmark.js, allow each step's `fn` to accept a `done` parameter which can be called when the operation is complete.
Benchpress should provide an API to expose the version of a particular script.
Updated the dependencies and configuration to match angular/angular.