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 / common.js @ master

History | View | Annotate | Download (4.9 KB)

# Date Author Comment
00a1d363 08/31/2013 08:58 PM isaacs

benchmark: Fix execArgv handling

Bug in 01f3b46 causes the same benchmark to be run repeatedly.

Not so useful for the compare scripts.

01f3b468 08/31/2013 01:36 PM isaacs

benchmark: Support passing v8 flags to benchmarks

The better to test --use-strict effects on performance.

(Spoiler: it has no measurable effect on performance.)

e4383c01 03/05/2013 05:23 PM isaacs

bench: Add flag to be silent in runner

This is helpful in tracking down bailouts and deopts in Stream classes,
without triggering one from the string write in console.log

ef08f0fb 02/19/2013 08:16 PM isaacs

bench: Use wrk for http benchmarking

Remove ab, since it's no longer used.

37077de8 02/19/2013 05:14 PM isaacs

bench: add runner

dd069a25 02/19/2013 05:14 PM isaacs

bench: Add ab() method to common for http testing

00e19624 02/19/2013 05:14 PM isaacs

bench: Add common script