summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* benchmark: add benchmark for NODE_V8_COVERAGEbcoe2021-02-022-0/+147
* benchmark: make output RFC 4180 compliantTobias Nießen2021-02-021-3/+3
* benchmark: improve explanations in R scriptTobias Nießen2021-02-021-8/+8
* test,benchmark: stop requiring URL and URLSearchParamsraisinten2021-01-245-5/+0
* benchmark: fix http2 benchmarksRich Trott2021-01-126-8/+11
* crypto: implement randomuuidJames M Snell2021-01-121-0/+17
* benchmark: fix http/headers.js with test-doubleRich Trott2021-01-121-1/+1
* benchmark: add simple https benchmarkAndrey Pechkurov2021-01-124-8/+122
* errors: eliminate all overhead for hidden callsMomtchil Momtchev2021-01-121-0/+45
* benchmark: reduce code duplicationRich Trott2020-12-211-19/+1
* tools: enable no-unused-expressions lint ruleMichaël Zasso2020-12-215-8/+8
* benchmark,child_process: remove failing benchmark parameterAntoine du Hamel2020-12-071-1/+1
* benchmark : changed `fstat` to `fstatSync`Narasimha Prasanna HN2020-12-071-1/+1
* benchmark: fix build warningsGabriel Schulhof2020-11-222-2/+6
* lib: add throws option to fs.f/l/statSyncAndrew Casey2020-11-221-0/+28
* benchmark: ignore build artifacts for napi addonsRichard Lau2020-11-092-0/+2
* benchmark: remove modules that require intlRichard Lau2020-11-091-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-11-031-0/+96
* lib: create diagnostics_channel moduleStephen Belanger2020-11-032-0/+48
* tls: allow reading data into a static bufferAndrey Pechkurov2020-11-032-0/+104
* worker: add eventLoopUtilization()Trevor Norris2020-11-031-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
* benchmark: fix async-resource benchmarkAnna Henningsen2020-06-061-0/+2
* events: initial implementation of experimental EventTargetJames M Snell2020-05-281-0/+24
* benchmark: fixing http_server_for_chunky_client.jsAdrian Estrada2020-05-231-2/+8
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-162-6/+4
* cli: add `--trace-atomics-wait` flagAnna Henningsen2020-05-151-0/+15
* async_hooks: move PromiseHook handler to JSStephen Belanger2020-05-091-4/+23
* stream: avoid drain for sync streamsRobert Nagy2020-04-251-3/+4
* async_hooks: merge run and exit methodsAndrey Pechkurov2020-04-131-1/+1
* async_hooks: move to lazy destroy hook registration in AsyncResourceAndrey Pechkurov2020-04-061-1/+10