summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* benchmark: use `cluster.isPrimary` instead of `cluster.isMaster`Deokjin Kim2023-05-172-2/+2
* 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 eventtarget creation benchRafael Gonzaga2023-04-301-0/+23
* benchmark: differentiate whatwg and legacy urlYagiz Nizipli2023-04-137-117/+106
* benchmark: add a benchmark for `defaultResolve`Antoine du Hamel2023-04-131-0/+51
* permission: drop process.permission.denyRafael Gonzaga2023-04-042-34/+3
* benchmark: fix invalid requirementsURLDeokjin Kim2023-04-031-1/+1
* benchmark: lower URL.canParse runsKhafra2023-03-311-1/+1
* url: implement URL.canParseKhafra2023-03-221-0/+14
* benchmark: add a benchmark for URLSearchParams creation and toString()Debadree Chatterjee2023-03-132-0/+155
* benchmark: replace table in docs with description of file tree structureTheodor Steiner2023-03-111-31/+14
* benchmark: stablize encode benchmarkJoyee Cheung2023-03-071-17/+22
* permission: fix spawnSync permission checkRafaelGSS2023-03-071-1/+6
* benchmark: split `Buffer.byteLength` benchmarkJoyee Cheung2023-02-263-49/+62
* benchmark: add benchmark for EventTarget add and removeDebadree Chatterjee2023-02-261-0/+26
* src,process: add permission modelRafael Gonzaga2023-02-233-0/+141
* benchmark: fix worker startup benchmarkJoyee Cheung2023-02-231-1/+1
* assert,util: improve deep equal comparison performanceRuben Bridgewater2023-02-201-1/+2
* benchmark: rework assert benchmarks for correctnessRuben Bridgewater2023-02-207-131/+123
* lib: do not crash using workers with disabled shared array buffersRuben Bridgewater2023-02-181-1/+8
* benchmark: add trailing commas in `benchmark/path`Antoine du Hamel2023-02-1422-33/+21
* benchmark: add trailing commas in `benchmark/http`Antoine du Hamel2023-02-1214-19/+18
* benchmark: add trailing commas in `benchmark/crypto`Antoine du Hamel2023-02-1013-20/+19
* benchmark: add trailing commas in `benchmark/url`Antoine du Hamel2023-02-1015-29/+28
* benchmark: add trailing commas in `benchmark/http2`Antoine du Hamel2023-02-096-12/+11
* benchmark: add trailing commas in `benchmark/process`Antoine du Hamel2023-02-0514-16/+15
* benchmark: add trailing commas in `benchmark/misc`Antoine du Hamel2023-02-0410-18/+17
* benchmark: add trailing commas in `benchmark/buffers`Antoine du Hamel2023-02-0430-40/+38
* async_hooks: add async local storage propagation benchmarksChengzhong Wu2023-02-034-0/+186
* benchmark: add trailing commas in `benchmark/module`Antoine du Hamel2023-02-035-11/+10
* benchmark: add trailing commas in `benchmark/net`Antoine du Hamel2023-02-038-17/+16
* benchmark: add trailing commas in `benchmark/util`Antoine du Hamel2023-02-0310-18/+17
* benchmark: add trailing commas in `benchmark/async_hooks`Antoine du Hamel2023-02-016-22/+21
* benchmark: add trailing commas in `benchmark/fs`Antoine du Hamel2023-02-0115-16/+15
* benchmark: add trailing commasAntoine du Hamel2023-01-2984-116/+134
* tools: require more trailing commasAntoine du Hamel2023-01-251-2/+2
* url: refactor to use more primordialsAntoine du Hamel2023-01-221-0/+30
* benchmark: remove buffer benchmarks redundancyBrian White2023-01-223-2/+18
* benchmark: introduce benchmark combination filteringBrian White2023-01-221-1/+22
* benchmark,tools: use os.availableParallelism()Deokjin Kim2023-01-111-1/+1
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-2/+2
* src: speed up process.getActiveResourcesInfo()Darshan Sen2023-01-031-0/+45
* util: add fast path for text-decoder fatal flagYagiz Nizipli2022-12-221-3/+8
* benchmark: include webstreams benchmarkRafael Gonzaga2022-12-213-0/+116
* tools: enforce use of trailing commas in `tools/`Antoine du Hamel2022-12-181-0/+7
* crypto: use globalThis.crypto over require('crypto').webcryptoFilip Skokan2022-12-161-6/+3
* benchmark: add variety of inputs to text-encoderYagiz Nizipli2022-12-101-5/+18
* benchmark: make benchmarks runnable in older versions of Node.jsJoyee Cheung2022-12-083-64/+43
* benchmark: add v8 serialize benchmarkYagiz Nizipli2022-11-211-0/+17