summaryrefslogtreecommitdiff
path: root/benchmark/run.js
Commit message (Expand)AuthorAgeFilesLines
* tools,benchmark: use stricter indentation lintingRich Trott2017-06-271-3/+1
* benchmark: remove needless RegExp capturingVse Mozhet Byt2017-06-191-1/+1
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-201-1/+1
* benchmark: add progress indicator to compare.jsJoyee Cheung2017-01-311-0/+3
* benchmark: fix typo "categoty" -> "category"Victor Felder2017-01-051-1/+1
* benchmark: keep decimals in resultsBrian White2017-01-051-2/+3
* benchmark: use commas in non-csv rate outputBrian White2016-12-231-1/+3
* benchmark: add --format csv optionAdrian Nitu2016-08-121-6/+29
* benchmark: refactor to use process.sendAndreas Madsen2016-07-261-50/+38
* benchmark: move cli parts of common.js into run.jsAndreas Madsen2016-07-261-0/+63
* bench: Remove old run scriptisaacs2013-02-191-31/+0
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-2/+2
* :%s/sys.puts/console.log/gRyan Dahl2010-06-231-2/+2
* Migrates benchmarks to the new api.arlolra2010-03-231-4/+5
* Clean up some things in the benchmarksRyan Dahl2010-03-081-9/+6
* Remove process.mixin dependencies from benchmark scriptsisaacs2010-03-081-1/+2
* Upgrade benchmark scripts for new module APIRyan Dahl2009-10-311-4/+5
* Namespace EVERYTHING under process; introduce GLOBALRyan Dahl2009-10-291-4/+4
* Rename node.libraryPaths to require.pathsRyan Dahl2009-10-251-1/+1
* Update benchmarks with new createChildProcess APIRyan Dahl2009-10-071-2/+1
* Remove include() add node.mixin()Ryan Dahl2009-10-051-1/+1
* Move http library to /http.jsRyan Dahl2009-09-281-0/+3
* API: rename node.Process to node.ChildProcessRyan2009-08-261-2/+2
* Add benchmark scripts.Ryan2009-07-131-0/+29