| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | benchmark: Fix execArgv handling | isaacs | 2013-08-31 | 1 | -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 benchmarks | isaacs | 2013-08-31 | 1 | -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 runner | isaacs | 2013-03-05 | 1 | -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 benchmarking | isaacs | 2013-02-19 | 1 | -13/+14 |
| | | | | | Remove ab, since it's no longer used. | ||||
| * | bench: add runner | isaacs | 2013-02-19 | 1 | -7/+52 |
| | | |||||
| * | bench: Add ab() method to common for http testing | isaacs | 2013-02-19 | 1 | -1/+41 |
| | | |||||
| * | bench: Add common script | isaacs | 2013-02-19 | 1 | -0/+110 |
