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.
2012-04-17 10:14:07 +02:00
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.
2012-03-26 20:16:19 +02:00
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.
2011-09-18 16:25:47 +02:00
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.
2011-09-18 16:25:47 +02:00