summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
...
* benchmark: add text-encoder benchmarkYagiz Nizipli2022-11-181-0/+32
* buffer: introduce FileKhafra2022-11-101-0/+34
* benchmark: add parameters to text-decoder benchmarkYagiz Nizipli2022-11-091-3/+19
* benchmark: fix text-decoder benchmarkYagiz Nizipli2022-11-091-1/+3
* util: improve textdecoder decode performanceYagiz Nizipli2022-11-061-0/+19
* lib: performance improvement on readline async iteratorThiago Oliveira Santos2022-10-241-0/+48
* benchmark: add blob benchmarkYagiz Nizipli2022-10-171-0/+30
* events: add unique events benchmarkYagiz Nizipli2022-10-141-0/+35
* fs: improve promise based readFile performance for big filesRuben Bridgewater2022-10-061-1/+8
* benchmark: add vm context global proxy benchmarkJoyee Cheung2022-10-041-0/+21
* test: upgrade all 1024 bit RSA keys to 2048 bitsMomtchil Momtchev2022-09-272-2/+2
* benchmark: fix startup benchmarkEvan Lucas2022-09-211-2/+2
* benchmark: add stream destroy benchmarkSindreXie2022-09-131-0/+56
* lib: fix reference leakfalsandtru2022-09-072-0/+67
* fs: add encoding parameter to benchmarksYagiz Nizipli2022-08-213-8/+11
* src,lib: print source map error source on demandlegendecas2022-07-283-0/+66
* lib,src: add source map support for global evallegendecas2022-07-111-0/+46
* 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
* crypto: don't disable TLS 1.3 without suitesAdam Majer2022-06-274-3/+8
* benchmark: add node-error benchmarkRafaelGSS2022-05-302-0/+35
* 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