Commit graph

8 commits

Author SHA1 Message Date
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 fb5028eb90 Use |util| module instead of |sys|
|sys| emits a warning in Node.js 0.6.x.
2012-01-07 12:01:11 +01:00
David Majda f0eab4728a Use Unicode box-drawing characters for command-line benchmark table
Hopefully this works reasonably in all environments where Node.js runs.
2011-02-13 11:44:40 +01:00
David Majda 17c1531068 Make "Avg. time" column in the commmand-line benchmark table wider 2011-02-13 11:31:47 +01:00
David Majda a042f78558 Fix unit in command-line benchmark runner 2011-01-26 16:29:37 +01:00
David Majda 918dcf6ed2 Test and benchmark command-line runners can be run from any directory 2011-01-26 16:08:03 +01:00
David Majda 8f005c027b Fix encoding in |fs.readFileSync| calls ("utf-8" -> "utf8") 2011-01-26 13:07:39 +01:00
David Majda 8e63ad3b6c Add command-line runner for the benchmark suite 2011-01-26 12:59:29 +01:00