benchpress
benchpress copied to clipboard
Currently, the only way to view reports is in the html table included in the compiled benchpress runner page. Benchpress should provide a pluggable way to export JSON reports, and...
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...
Hey, The template `` was confusing to me -> https://github.com/angular/benchpress/blob/master/lib/template.html#L4 I saw that you want to remove the 'build' step, is that going to change how the template works altogether?...
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...
Often it is useful to see how a specific pattern works given a specific amount of data as in many situations some cliff exists and one approach may be much...
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...