The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / benchmark / compare.js @ master

History | View | Annotate | Download (3.73 KB)

# Date Author Comment
31314b69 03/20/2013 03:25 PM Trevor Norris

bench: compare binaries equal times

The benchmark compare would drop the last run of the binary pairs. So
when they were only run once an error would arise because no data was
generated for the second binary.

e7b8bad3 03/07/2013 02:56 PM isaacs

bench: Do math on numbers in compare.js, not strings

db5d58e8 03/06/2013 03:33 PM isaacs

bench: Use environ to run compares more than once

This will run the benchmarks the number of times specified by NODE_BENCH_RUNS,
to attempt to reduce variability.

If the number of runs is high enough, it'll also throw out the top and bottom
quartiles, since that's where the outliers will be....

053e02ef 02/20/2013 12:17 PM isaacs

benchmark: Fix alignment issues on --html compare output

035aa6b4 02/19/2013 05:14 PM isaacs

bench: Show % change rather than % difference

087c4379 02/19/2013 05:14 PM isaacs

bench: Add --html to compare script

aa2edd4b 02/19/2013 05:14 PM isaacs

bench: A compare script for analyzing benchmarks