David Majda
6f78df19d4
Make benchmark suite support the |cache| option
...
Both the browser and the command-line version of the benchmark suite
runner now allow users to specify a value of the |cache| option.
13 years ago
David Majda
0865e9e51a
Make benchmark suite support |trackLineAndColumn| option
...
Both the browser and the command-line version of the benchmark suite
runner now allow users to specify a value of the |trackLineAndColumn|
option. In case of the command-line version this required a minor CLI
redesign.
13 years ago
David Majda
ce40a8e815
benchmark/index.js: Use radix in |parseInt| call
...
Fixes the following JSHint error:
./benchmark/index.js: line 59, col 18, Missing radix parameter.
13 years ago
David Majda
11a44948ab
Extract JavaScript and CSS from benchmark/index.html into separate files
...
JavaScript is extracted to make it JSHintable, CSS is just for symmetry.
13 years ago