summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* 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
* benchmark: fix build warningsGabriel Schulhof2020-11-192-2/+6
* lib: add throws option to fs.f/l/statSyncAndrew Casey2020-11-181-0/+28
* benchmark: ignore build artifacts for napi addonsRichard Lau2020-11-072-0/+2
* benchmark: remove modules that require intlRichard Lau2020-11-051-2/+0
* benchmark: make the benchmark tool work with Node 10Joyee Cheung2020-11-041-20/+20
* benchmark: add startup benchmark for loading public modulesJoyee Cheung2020-11-042-1/+51
* http: report request start and end with diagnostics_channelStephen Belanger2020-10-311-0/+96
* lib: create diagnostics_channel moduleStephen Belanger2020-10-312-0/+48
* tls: allow reading data into a static bufferAndrey Pechkurov2020-10-282-0/+104
* worker: add eventLoopUtilization()Trevor Norris2020-10-271-0/+61
* module: use Wasm CJS lexer when availableGuy Bedford2020-10-121-0/+40
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-073-0/+173
* perf_hooks: add idleTime and event loop utilTrevor Norris2020-08-292-0/+65
* benchmark: add benchmark script for resourceUsageYash Ladha2020-08-131-0/+14
* benchmark: update function_args addon codeAnna Henningsen2020-08-111-16/+16
* n-api: support type-tagging objectsGabriel Schulhof2020-07-316-0/+154
* benchmark: always throw the same Error instanceAnna Henningsen2020-07-291-1/+2
* async_hooks: optimize fast-path promise hook for ALSAndrey Pechkurov2020-07-281-0/+6
* n-api: run all finalizers via SetImmediate()Gabriel Schulhof2020-07-231-4/+6
* worker: make MessagePort inherit from EventTargetAnna Henningsen2020-07-221-2/+15
* benchmark,test: remove output from readable-async-iterator benchmarkRich Trott2020-07-171-3/+2
* stream: simpler and faster Readable async iteratorRobert Nagy2020-07-171-0/+42
* policy: add startup benchmark and make SRI lazierBradley Farias2020-07-141-0/+51
* benchmark: fix EventTarget benchmarkBrian White2020-06-231-4/+2
* events: improve listeners() performanceBrian White2020-06-171-1/+1
* tools: update ESLint to 7.2.0cjihrig2020-06-131-2/+2
* querystring: improve stringify() performanceBrian White2020-06-121-2/+7
* events: improve arrayClone performanceBrian White2020-06-083-30/+23