summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* benchmark: add a benchmark for URLSearchParams creation and toString()Debadree Chatterjee2023-04-102-0/+155
* benchmark: replace table in docs with description of file tree structureTheodor Steiner2023-04-101-31/+14
* benchmark: split `Buffer.byteLength` benchmarkJoyee Cheung2023-04-103-49/+62
* benchmark: add benchmark for EventTarget add and removeDebadree Chatterjee2023-04-101-0/+26
* benchmark: fix worker startup benchmarkJoyee Cheung2023-04-051-1/+1
* lib: do not crash using workers with disabled shared array buffersRuben Bridgewater2023-04-031-1/+8
* benchmark: add trailing commas in `benchmark/path`Antoine du Hamel2023-04-0322-33/+21
* benchmark: add trailing commas in `benchmark/http`Antoine du Hamel2023-04-0314-19/+18
* benchmark: add trailing commas in `benchmark/crypto`Antoine du Hamel2023-04-0313-20/+19
* benchmark: add trailing commas in `benchmark/url`Antoine du Hamel2023-04-0315-29/+28
* benchmark: add trailing commas in `benchmark/http2`Antoine du Hamel2023-04-036-12/+11
* benchmark: add trailing commas in `benchmark/process`Antoine du Hamel2023-04-0214-16/+15
* benchmark: add trailing commas in `benchmark/misc`Antoine du Hamel2023-04-0210-18/+17
* benchmark: add trailing commas in `benchmark/buffers`Antoine du Hamel2023-04-0230-40/+38
* async_hooks: add async local storage propagation benchmarksChengzhong Wu2023-04-024-0/+186
* benchmark: add trailing commas in `benchmark/module`Antoine du Hamel2023-04-025-11/+10
* benchmark: add trailing commas in `benchmark/net`Antoine du Hamel2023-04-028-17/+16
* benchmark: add trailing commas in `benchmark/util`Antoine du Hamel2023-04-0210-18/+17
* benchmark: add trailing commas in `benchmark/async_hooks`Antoine du Hamel2023-04-026-22/+21
* benchmark: add trailing commas in `benchmark/fs`Antoine du Hamel2023-04-0215-16/+15
* benchmark: add trailing commasAntoine du Hamel2023-03-0483-115/+133
* tools: require more trailing commasAntoine du Hamel2023-03-041-2/+2
* url: refactor to use more primordialsAntoine du Hamel2023-03-041-0/+30
* benchmark: remove buffer benchmarks redundancyBrian White2023-03-043-2/+18
* benchmark: introduce benchmark combination filteringBrian White2023-03-041-1/+22
* benchmark,tools: use os.availableParallelism()Deokjin Kim2023-01-311-1/+1
* src: speed up process.getActiveResourcesInfo()Darshan Sen2023-01-311-0/+45
* util: add fast path for text-decoder fatal flagYagiz Nizipli2023-01-311-3/+8
* benchmark: include webstreams benchmarkRafael Gonzaga2023-01-313-0/+116
* tools: enforce use of trailing commas in `tools/`Antoine du Hamel2023-01-241-0/+7
* benchmark: add variety of inputs to text-encoderYagiz Nizipli2023-01-031-5/+18
* benchmark: make benchmarks runnable in older versions of Node.jsJoyee Cheung2023-01-033-64/+43
* benchmark: add v8 serialize benchmarkYagiz Nizipli2023-01-031-0/+17
* benchmark: add text-encoder benchmarkYagiz Nizipli2023-01-031-0/+32
* buffer: introduce FileKhafra2023-01-031-0/+34
* benchmark: add parameters to text-decoder benchmarkYagiz Nizipli2023-01-031-3/+19
* benchmark: fix text-decoder benchmarkYagiz Nizipli2023-01-031-1/+3
* util: improve textdecoder decode performanceYagiz Nizipli2023-01-031-0/+19
* benchmark: add blob benchmarkYagiz Nizipli2023-01-031-0/+30
* events: add unique events benchmarkYagiz Nizipli2023-01-031-0/+35
* fs: improve promise based readFile performance for big filesRuben Bridgewater2022-10-111-1/+8
* benchmark: add vm context global proxy benchmarkJoyee Cheung2022-10-061-0/+21
* test: upgrade all 1024 bit RSA keys to 2048 bitsMomtchil Momtchev2022-10-052-2/+2
* benchmark: fix startup benchmarkEvan Lucas2022-09-261-2/+2
* benchmark: add stream destroy benchmarkSindreXie2022-09-261-0/+56
* lib: fix reference leakfalsandtru2022-09-262-0/+67
* fs: add encoding parameter to benchmarksYagiz Nizipli2022-08-223-8/+11
* src,lib: print source map error source on demandlegendecas2022-08-223-0/+66
* lib,src: add source map support for global evallegendecas2022-07-121-0/+46
* benchmark: fix output regressionBrian White2022-07-121-6/+8