summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
2019-12-07util: improve performance inspecting proxiesRuben Bridgewater
2019-12-07benchmark: add more util inspect and format benchmarksRuben Bridgewater
2019-12-05doc,benchmark: move benchmark guide to benchmark directoryRich Trott
2019-12-01stream: improve performance for sync write finishesAnna Henningsen
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-18benchmark: use let instead of var in async_hooksdnlup
2019-11-17benchmark: use let instead of var in assertdnlup
2019-11-05child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-11-01module: warn on using unfinished circular dependencyAnna Henningsen
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-17build: build benchmark addons like test addonsRichard Lau
2019-10-15doc: prepare miscellaneous docs for new markdown lint rulesRich Trott
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-10-11fs: buffer dir entries in opendir()Anna Henningsen
2019-10-10benchmark: remove double word "then" in commentsNick Schonning
2019-10-11benchmark: add benchmark for vm.createContextJoyee Cheung
2019-10-05dgram: use `uv_udp_try_send()`Anna Henningsen
2019-09-18benchmark: improve process.env benchmarksAnna Henningsen
2019-09-02lib: add ASCII fast path to getStringWidth()Anna Henningsen
2019-08-31doc: remove multiple consecutive blank linesNick Schonning
2019-08-27process: improve nextTick performanceBrian White
2019-08-27events: improve once() performanceBrian White
2019-08-23net: allow reading data into a static bufferBrian White
2019-08-21buffer: improve equals() performanceBrian White
2019-08-14buffer: improve copy() performanceBrian White
2019-08-10benchmark: use test/common/tmpdir consistentlyJoão Reis
2019-08-07benchmark: allow easy passing of process flagsBrian White
2019-07-30benchmark, http: refactor for code consistencyAlex Ramirez
2019-07-30benchmark: swap var for let in buffer benchmarksAlex Ramirez
2019-07-30benchmark: swap var for let in util benchmarksAlex Ramirez
2019-07-30benchmark: swap var for let in url benchmarksAlex Ramirez
2019-06-27tools: update eslintRuben Bridgewater
2019-06-20benchmark: refactor buffer benchmarksRuben Bridgewater
2019-06-10test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-05Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts
2019-06-05test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-30lib: remove Reflect.apply where appropriateAnatoli Papirovski
2019-04-28benchmark: add benchmark for node -pJoyee Cheung
2019-04-23benchmark: fix http bench-parser.jsRich Trott
2019-04-18benchmark: fix buffer-base64-decode.jsRich Trott
2019-04-18benchmark: add benchmark for dns.promises.lookup()Rich Trott
2019-04-11benchmark: fix http headers benchmarkAnatoli Papirovski
2019-04-11lib: faster FreeListAnatoli Papirovski
2019-04-06benchmark: remove deprecated argumentRich Trott
2019-04-06buffer: add {read|write}Big[U]Int64{BE|LE} methodsNikolai Vavilov
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-04-05lib: make queueMicrotask fasterAnatoli Papirovski
2019-04-04querystring: simplify stringify methodZYSzys