summaryrefslogtreecommitdiff
path: root/benchmark/common.js
Commit message (Expand)AuthorAgeFilesLines
* tools: update ESLint to current versionRich Trott2017-03-081-3/+3
* test,benchmark: fix lint errors on v6.xJeremiah Senkpiel2016-10-111-1/+0
* benchmark: don't convert arguments to numbersBrian White2016-06-151-3/+1
* http: optimize checkInvalidHeaderChar()Brian White2016-06-151-5/+3
* benchmarks: add common.v8ForceOptimizationJames M Snell2016-04-261-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
* benchmark: Fix execArgv handlingisaacs2013-08-311-2/+1
* benchmark: Support passing v8 flags to benchmarksisaacs2013-08-311-18/+20
* bench: Add flag to be silent in runnerisaacs2013-03-051-1/+3
* bench: Use wrk for http benchmarkingisaacs2013-02-191-13/+14
* bench: add runnerisaacs2013-02-191-7/+52
* bench: Add ab() method to common for http testingisaacs2013-02-191-1/+41
* bench: Add common scriptisaacs2013-02-191-0/+110