summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* benchmark: fix build warningsGabriel Schulhof2020-12-152-2/+6
* benchmark: ignore build artifacts for napi addonsRichard Lau2020-12-152-0/+2
* benchmark: remove modules that require intlRichard Lau2020-12-151-2/+0
* benchmark: make the benchmark tool work with Node 10Joyee Cheung2020-12-151-20/+20
* benchmark: add startup benchmark for loading public modulesJoyee Cheung2020-12-152-1/+51
* module: use Wasm CJS lexer when availableGuy Bedford2020-10-141-0/+40
* Revert "stream: simpler and faster Readable async iterator"Richard Lau2020-09-091-38/+0
* stream: simpler and faster Readable async iteratorRobert Nagy2020-09-071-0/+38
* perf_hooks: add idleTime and event loop utilTrevor Norris2020-09-012-0/+65
* benchmark: add benchmark script for resourceUsageYash Ladha2020-08-201-0/+14
* benchmark: update function_args addon codeAnna Henningsen2020-08-201-16/+16
* benchmark: always throw the same Error instanceAnna Henningsen2020-08-051-1/+2
* n-api: support type-tagging objectsGabriel Schulhof2020-08-056-0/+154
* async_hooks: optimize fast-path promise hook for ALSAndrey Pechkurov2020-07-291-0/+6
* worker: make MessagePort inherit from EventTargetAnna Henningsen2020-07-291-2/+15
* n-api: run all finalizers via SetImmediate()Gabriel Schulhof2020-07-271-4/+6
* policy: add startup benchmark and make SRI lazierBradley Farias2020-07-161-0/+51
* benchmark: fix EventTarget benchmarkBrian White2020-06-301-4/+2
* events: improve listeners() performanceBrian White2020-06-301-1/+1
* tools: update ESLint to 7.2.0cjihrig2020-06-301-2/+2
* querystring: improve stringify() performanceBrian White2020-06-301-2/+7
* events: improve arrayClone performanceBrian White2020-06-303-30/+23
* benchmark: fix async-resource benchmarkAnna Henningsen2020-06-301-0/+2
* events: initial implementation of experimental EventTargetJames M Snell2020-06-301-0/+24
* benchmark: fixing http_server_for_chunky_client.jsAdrian Estrada2020-06-301-2/+8
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-162-6/+4
* cli: add `--trace-atomics-wait` flagAnna Henningsen2020-05-161-0/+15
* async_hooks: move PromiseHook handler to JSStephen Belanger2020-05-111-4/+23
* stream: avoid drain for sync streamsRobert Nagy2020-04-281-3/+4
* async_hooks: merge run and exit methodsAndrey Pechkurov2020-04-141-1/+1
* async_hooks: move to lazy destroy hook registration in AsyncResourceAndrey Pechkurov2020-04-071-1/+10
* benchmark: fix error on server close in AsyncLocalStorage benchmarkAndrey Pechkurov2020-04-071-4/+7
* benchmark: use let instead of var in zlibDaniele Belardi2020-03-302-11/+14
* benchmark: use let instead of var in workerDaniele Belardi2020-03-301-1/+1
* benchmark: use let instead of var in utilDaniele Belardi2020-03-303-8/+8
* benchmark: use let instead of var in urlDaniele Belardi2020-03-303-10/+10
* benchmark: use let instead of var in tlsDaniele Belardi2020-03-303-11/+11
* benchmark: use let instead of var in timersDaniele Belardi2020-03-307-16/+14
* benchmark: use let instead of var in run.jsDaniele Belardi2020-03-301-1/+1
* benchmark: use let instead of var in dnsDaniele Belardi2020-03-301-1/+1
* benchmark: use let instead of var in common.jsDaniele Belardi2020-03-301-1/+1
* benchmark: use const instead of var in async_hooksDaniele Belardi2020-03-301-1/+1
* benchmark: add `no-var` rule in .eslintrc.yamlDaniele Belardi2020-03-301-0/+1
* benchmark: remove special test entriesRuben Bridgewater2020-03-0941-81/+15
* benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater2020-03-0936-190/+299
* benchmark: refactor helper into a classRuben Bridgewater2020-03-091-214/+215
* doc: fix broken links in benchmark READMERich Trott2020-03-081-3/+3
* benchmark: remove problematic tls paramsBrian White2020-03-052-2/+2
* doc: improve doc/markdown file organization coherenceConorDavenport2020-03-042-561/+4
* tls: reduce memory copying and number of BIO buffer allocationsRusty Conover2020-02-281-1/+1