Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-30benchmark: replace hasOwnProperty() with Object.hasOwn()Rich Trott
2021-12-20benchmark,test: use Object.hasOwn() where applicableRich Trott
2021-05-25benchmark: output JSON-compatible numbersMichaƫl Zasso
2021-04-27benchmark: avoid using `console.log()`Antoine du Hamel
2021-04-26benchmark: use `process.hrtime.bigint()`Antoine du Hamel
2020-11-04benchmark: make the benchmark tool work with Node 10Joyee Cheung
2020-03-30benchmark: use let instead of var in common.jsDaniele Belardi
2020-03-10benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
2020-03-10benchmark: refactor helper into a classRuben Bridgewater
2020-02-11Revert "benchmark: refactor helper into a class"Anna Henningsen
2020-02-11Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen
2020-02-09benchmark: add `test` and `all` options and improve errorsRuben Bridgewater
2020-02-09benchmark: refactor helper into a classRuben Bridgewater
2020-02-09benchmark: check for and fix multiple end()Brian White
2019-08-08benchmark: allow easy passing of process flagsBrian White
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-02-07benchmark: remove unreachable returnZYSzys
2019-02-01benchmark: refactor benchmark/common.jsRich Trott
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-20benchmark: pre-generate data set for URL benchmarksJoyee Cheung
2018-11-11build: use BUILDTYPE in bench-addons-build targetsDaniel Bevenius
2018-10-14benchmark: add common.binding()cjihrig
2017-06-19benchmark: remove needless RegExp capturingVse Mozhet Byt
2017-06-12benchmark: fix some RegExp nitsVse Mozhet Byt
2017-05-22benchmark: allow no duration in benchmark testsRich Trott
2017-05-12benchmark: check for time precision in common.jsRich Trott
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-20benchmark: fix CLI arguments check in common.jsVse Mozhet Byt
2017-04-18Revert "benchmark: fix CLI arguments check in common.js"James M Snell
2017-04-18benchmark: fix CLI arguments check in common.jsVse Mozhet Byt
2017-03-28benchmark: check end() argument to be > 0Vse Mozhet Byt
2017-03-22benchmark: allow multiple values for same configNikolai Vavilov
2017-03-06benchmark: cleanup after forced optimization dropBartosz Sosnowski
2017-01-30benchmark: add progress indicator to compare.jsJoyee Cheung
2017-01-05benchmark: keep decimals in resultsBrian White
2017-01-04benchmark: allow benchmarks to specify flagsJoyee Cheung
2016-12-24benchmark: use commas in non-csv rate outputBrian White
2016-10-17benchmark: use node v4 syntax in common.jsAndreas Madsen
2016-09-26benchmark: add --expose_internals switchBartosz Sosnowski
2016-08-31benchmark: support for multiple http benchmarkersBartosz Sosnowski
2016-08-12benchmark: fix comment typos and code formatAdrian Nitu
2016-07-26benchmark: refactor to use process.sendAndreas Madsen
2016-07-26benchmark: move cli parts of common.js into run.jsAndreas Madsen
2016-06-14benchmark: don't convert arguments to numbersBrian White
2016-06-14http: optimize checkInvalidHeaderChar()Brian White
2016-04-21benchmarks: add common.v8ForceOptimizationJames M Snell
2016-02-28tools,benchmark: increase lint complianceRich Trott
2016-02-26benchmark: fix configuation parametersAndreas Madsen
2016-02-22benchmark: use strict modeRich Trott
2016-02-10benchmark: allow empty parametersBrian White