Commit Graph

4 Commits

Author SHA1 Message Date
John MacFarlane
5255e2d571 Added 'make newbench'. 2016-12-06 10:56:59 +01:00
John MacFarlane
0bc5cd38d4 Revised benchmark procedure.
Now we take the difference of the time to process the input
and the time to run with no input.  This compensates for
slow startup time in dynamic languages.

See comments on 2dcef8a
2014-11-22 13:02:01 -08:00
John MacFarlane
eaec1043a4 Removed variance from stats.py. 2014-11-20 13:07:04 -08:00
John MacFarlane
67c5944b02 Better benchmark.
'make bench' runs the program 20 times against a file
composed of 10 copies of Pro Git (about 5MB in all).

It then does statistics on the results.

We run it with high priority to get more consistent timings.
2014-11-17 10:14:24 -08:00