summaryrefslogtreecommitdiff
path: root/benchmark/common.js
Commit message (Expand)AuthorAgeFilesLines
* benchmark: allow easy passing of process flagsBrian White2019-08-071-0/+4
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* benchmark: remove unreachable returnZYSzys2019-02-071-1/+0
* benchmark: refactor benchmark/common.jsRich Trott2019-01-311-17/+18
* tools: capitalize sentencesRuben Bridgewater2018-12-101-2/+2
* benchmark: pre-generate data set for URL benchmarksJoyee Cheung2018-11-201-0/+92
* build: use BUILDTYPE in bench-addons-build targetsDaniel Bevenius2018-11-111-0/+2
* benchmark: add common.binding()cjihrig2018-10-141-0/+10
* benchmark: remove needless RegExp capturingVse Mozhet Byt2017-06-191-1/+1
* benchmark: fix some RegExp nitsVse Mozhet Byt2017-06-121-1/+2
* benchmark: allow no duration in benchmark testsRich Trott2017-05-211-1/+4
* benchmark: check for time precision in common.jsRich Trott2017-05-111-0/+3
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-201-2/+2
* benchmark: fix CLI arguments check in common.jsVse Mozhet Byt2017-04-201-1/+1
* Revert "benchmark: fix CLI arguments check in common.js"James M Snell2017-04-171-2/+2
* benchmark: fix CLI arguments check in common.jsVse Mozhet Byt2017-04-171-2/+2
* benchmark: check end() argument to be > 0Vse Mozhet Byt2017-03-281-0/+3
* benchmark: allow multiple values for same configNikolai Vavilov2017-03-221-6/+9
* benchmark: cleanup after forced optimization dropBartosz Sosnowski2017-03-061-14/+0
* benchmark: add progress indicator to compare.jsJoyee Cheung2017-01-311-1/+10
* benchmark: keep decimals in resultsBrian White2017-01-051-2/+3
* benchmark: allow benchmarks to specify flagsJoyee Cheung2017-01-041-12/+22
* benchmark: use commas in non-csv rate outputBrian White2016-12-231-1/+3
* benchmark: use node v4 syntax in common.jsAndreas Madsen2016-10-171-1/+4
* benchmark: add --expose_internals switchBartosz Sosnowski2016-09-261-1/+2
* benchmark: support for multiple http benchmarkersBartosz Sosnowski2016-08-311-53/+36
* benchmark: fix comment typos and code formatAdrian Nitu2016-08-121-5/+5
* benchmark: refactor to use process.sendAndreas Madsen2016-07-261-146/+172
* benchmark: move cli parts of common.js into run.jsAndreas Madsen2016-07-261-55/+0
* benchmark: don't convert arguments to numbersBrian White2016-06-141-3/+1
* http: optimize checkInvalidHeaderChar()Brian White2016-06-141-5/+3
* benchmarks: add common.v8ForceOptimizationJames M Snell2016-04-201-0/+12
* tools,benchmark: increase lint complianceRich Trott2016-02-271-9/+7
* benchmark: fix configuation parametersAndreas Madsen2016-02-261-0/+4
* benchmark: use strict modeRich Trott2016-02-221-0/+1
* benchmark: allow empty parametersBrian White2016-02-091-3/+5
* benchmark: update comment in common.jsMinwoo Jung2015-09-291-1/+1
* node: rename from io.js to nodecjihrig2015-08-231-1/+1
* benchmark: don't check wrk in non-http benchmarkJackson Tian2015-04-091-2/+1
* benchmark: add output format option [csv]Brendan Ashworth2015-03-161-6/+29
* benchmark: fix `wrk` checkBrian White2015-03-051-1/+1
* benchmark: check for wrk ahead of running benchmarksJohan Bergström2015-03-041-4/+17
* build: remove tools/wrk from the treeJohan Bergström2015-03-041-2/+1
* benchmark: pass execArgv to the benchmarking processPetka Antonov2015-02-241-0/+1
* benchmark: don't use template stringsEvan Lucas2015-02-041-1/+1
* benchmark: clean up common.jsBrendan Ashworth2015-02-021-13/+17
* benchmark: print score to five decimal placesYosuke Furukawa2015-01-211-1/+1
* benchmark: add filter option for benchmarkYosuke Furukawa2015-01-171-1/+15
* benchmark: fix command name in benchmark scriptsYosuke Furukawa2015-01-141-1/+1
* benchmark: fix printing of large numbersBen Noordhuis2014-12-201-1/+1