summaryrefslogtreecommitdiff
path: root/benchmark/common.js
AgeCommit message (Collapse)Author
2013-08-31benchmark: Fix execArgv handlingisaacs
Bug in 01f3b46 causes the same benchmark to be run repeatedly. Not so useful for the compare scripts.
2013-08-31benchmark: Support passing v8 flags to benchmarksisaacs
The better to test --use-strict effects on performance. (Spoiler: it has no measurable effect on performance.)
2013-03-05bench: Add flag to be silent in runnerisaacs
This is helpful in tracking down bailouts and deopts in Stream classes, without triggering one from the string write in console.log
2013-02-19bench: Use wrk for http benchmarkingisaacs
Remove ab, since it's no longer used.
2013-02-19bench: add runnerisaacs
2013-02-19bench: Add ab() method to common for http testingisaacs
2013-02-19bench: Add common scriptisaacs