summaryrefslogtreecommitdiff
path: root/benchmark/common.js
Commit message (Expand)AuthorAgeFilesLines
* url: add value argument to has and delete methodsSankalp Shubham2023-05-141-2/+3
* tools: fix jsdoc lintMoshe Atlow2023-05-021-1/+0
* benchmark: add trailing commasAntoine du Hamel2023-01-291-3/+3
* benchmark: introduce benchmark combination filteringBrian White2023-01-221-1/+22
* benchmark: make benchmarks runnable in older versions of Node.jsJoyee Cheung2022-12-081-4/+4
* benchmark: fix output regressionBrian White2022-07-081-6/+8
* benchmark: fix fork detectionPaolo Insogna2022-06-291-1/+1
* benchmark: forcefully close processesPaolo Insogna2022-06-271-1/+7
* benchmark: replace hasOwnProperty() with Object.hasOwn()Rich Trott2022-01-301-1/+1
* benchmark,test: use Object.hasOwn() where applicableRich Trott2021-12-201-1/+1
* benchmark: output JSON-compatible numbersMichaƫl Zasso2021-05-251-1/+1
* benchmark: avoid using `console.log()`Antoine du Hamel2021-04-271-2/+2
* benchmark: use `process.hrtime.bigint()`Antoine du Hamel2021-04-261-9/+21
* benchmark: make the benchmark tool work with Node 10Joyee Cheung2020-11-041-20/+20
* benchmark: use let instead of var in common.jsDaniele Belardi2020-03-301-1/+1
* benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater2020-03-091-70/+107
* benchmark: refactor helper into a classRuben Bridgewater2020-03-091-214/+215
* Revert "benchmark: refactor helper into a class"Anna Henningsen2020-02-101-215/+214
* Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen2020-02-101-107/+70
* benchmark: add `test` and `all` options and improve errorsRuben Bridgewater2020-02-091-70/+107
* benchmark: refactor helper into a classRuben Bridgewater2020-02-091-214/+215
* benchmark: check for and fix multiple end()Brian White2020-02-081-0/+5
* 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