summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* perf_hooks: add PerformanceResourceTimingRafaelGSS2022-05-131-0/+77
* benchmark: fix misc/startup failureAntoine du Hamel2022-04-171-1/+1
* http: refactor headersTimeout and requestTimeout logicPaolo Insogna2022-04-138-20/+24
* tools: enable no-var ESLint rule for libRich Trott2022-04-041-1/+0
* crypto: validate `this` value for `webcrypto.getRandomValues`Antoine du Hamel2022-02-261-5/+3
* benchmark: avoid input param manipulationMrJithil2022-02-051-4/+3
* tools: enable no-empty ESLint ruleRich Trott2022-02-051-1/+0
* benchmark: enable no-empty ESLint ruleRich Trott2022-02-0511-14/+62
* benchmark: use Object.hasOwn() instead of hasOwnProperty()Rich Trott2022-01-311-1/+1
* benchmark: replace hasOwnProperty() with Object.hasOwn()Rich Trott2022-01-301-1/+1
* benchmark: add `subarray` to `buffer-slice`Benjamin Gruenbaum2022-01-221-3/+7
* doc: make contributing info more discoverableMichael Dawson2022-01-181-4/+4
* benchmark: remove unreachable code from crypto/hash-stream-creationRich Trott2022-01-171-5/+1
* benchmark: simplify http benchmarker regular expressionRich Trott2022-01-111-1/+1
* tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott2022-01-051-2/+4
* benchmark: fix benchmark/run.js handling of --setRich Trott2021-12-291-2/+1
* benchmark,test: use Object.hasOwn() where applicableRich Trott2021-12-202-2/+2
* benchmark: increase crypto DSA keygen paramsBrian White2021-10-161-4/+4
* benchmark: add `util.toUSVString()`'s benchmarkXadillaX2021-09-271-0/+21
* doc: update benchmarks README.md for upcoming linting/formattingRich Trott2021-09-211-1/+1
* async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger2021-08-311-0/+21
* perf_hooks: web performance timeline compliancelegendecas2021-07-251-8/+11
* benchmark: output JSON-compatible numbersMichaël Zasso2021-05-251-1/+1
* benchmark: fix http elapsed timeAntoine du Hamel2021-05-231-2/+3
* events: use nullish coalencing operatorVoltrex2021-05-171-4/+14
* doc: use `HEAD` instead of `master` for linksAntoine du Hamel2021-05-051-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: improve compare.R outputBrian White2021-04-121-1/+1
* crypto: reconcile oneshot sign/verify sync and async implementationsFilip Skokan2021-04-081-0/+141
* crypto: add buffering to randomIntTobias Nießen2021-04-031-0/+38
* tools: simplify eslint comma-dangle configurationRich Trott2021-03-231-6/+0
* stream: make Readable.from performance betterwwwzbwcom2021-03-221-0/+26
* benchmark: add benchmark for fsPromises.writeFileNitzan Uziely2021-03-131-0/+76
* fs: add promisified readFile benchmarkNitzan Uziely2021-03-101-0/+63
* perf_hooks: complete overhaul of the implementationJames M Snell2021-02-221-0/+31
* module: only set cache when finding module succeedszhangyongsheng2021-02-121-0/+80
* benchmark: add benchmark for NODE_V8_COVERAGEbcoe2021-01-272-0/+147
* benchmark: make output RFC 4180 compliantTobias Nießen2021-01-251-3/+3
* benchmark: improve explanations in R scriptTobias Nießen2021-01-221-8/+8
* test,benchmark: stop requiring URL and URLSearchParamsraisinten2021-01-185-5/+0
* benchmark: fix http2 benchmarksRich Trott2021-01-106-8/+11
* crypto: implement randomuuidJames M Snell2021-01-071-0/+17
* benchmark: fix http/headers.js with test-doubleRich Trott2021-01-061-1/+1
* benchmark: add simple https benchmarkAndrey Pechkurov2020-12-254-8/+122
* errors: eliminate all overhead for hidden callsMomtchil Momtchev2020-12-221-0/+45
* benchmark: reduce code duplicationRich Trott2020-12-211-19/+1
* tools: enable no-unused-expressions lint ruleMichaël Zasso2020-12-075-8/+8
* benchmark,child_process: remove failing benchmark parameterAntoine du Hamel2020-12-021-1/+1
* benchmark : changed `fstat` to `fstatSync`Narasimha Prasanna HN2020-11-261-1/+1