summaryrefslogtreecommitdiff
path: root/benchmark/common.js
Commit message (Collapse)AuthorAgeFilesLines
* benchmark: Fix execArgv handlingisaacs2013-08-311-2/+1
| | | | | | Bug in 01f3b46 causes the same benchmark to be run repeatedly. Not so useful for the compare scripts.
* benchmark: Support passing v8 flags to benchmarksisaacs2013-08-311-18/+20
| | | | | | The better to test --use-strict effects on performance. (Spoiler: it has no measurable effect on performance.)
* bench: Add flag to be silent in runnerisaacs2013-03-051-1/+3
| | | | | This is helpful in tracking down bailouts and deopts in Stream classes, without triggering one from the string write in console.log
* bench: Use wrk for http benchmarkingisaacs2013-02-191-13/+14
| | | | Remove ab, since it's no longer used.
* bench: add runnerisaacs2013-02-191-7/+52
|
* bench: Add ab() method to common for http testingisaacs2013-02-191-1/+41
|
* bench: Add common scriptisaacs2013-02-191-0/+110