summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* lib: add ASCII fast path to getStringWidth()Anna Henningsen2019-09-021-0/+26
* doc: remove multiple consecutive blank linesNick Schonning2019-08-311-2/+0
* process: improve nextTick performanceBrian White2019-08-276-6/+6
* events: improve once() performanceBrian White2019-08-271-8/+44
* net: allow reading data into a static bufferBrian White2019-08-231-11/+46
* buffer: improve equals() performanceBrian White2019-08-211-0/+22
* buffer: improve copy() performanceBrian White2019-08-141-0/+19
* benchmark: use test/common/tmpdir consistentlyJoão Reis2019-08-103-6/+15
* benchmark: allow easy passing of process flagsBrian White2019-08-071-0/+4
* benchmark, http: refactor for code consistencyAlex Ramirez2019-07-304-5/+5
* benchmark: swap var for let in buffer benchmarksAlex Ramirez2019-07-3018-25/+25
* benchmark: swap var for let in util benchmarksAlex Ramirez2019-07-305-5/+5
* benchmark: swap var for let in url benchmarksAlex Ramirez2019-07-3014-22/+22
* tools: update eslintRuben Bridgewater2019-06-271-1/+0
* benchmark: refactor buffer benchmarksRuben Bridgewater2019-06-2023-105/+80
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-103-18/+12
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-053-12/+18
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-053-18/+12
* tools: enable block-scoped-var eslint ruleRoman Reiss2019-05-105-8/+11
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-031-2/+3
* lib: remove Reflect.apply where appropriateAnatoli Papirovski2019-04-301-0/+42
* benchmark: add benchmark for node -pJoyee Cheung2019-04-281-0/+59
* benchmark: fix http bench-parser.jsRich Trott2019-04-231-1/+1
* benchmark: fix buffer-base64-decode.jsRich Trott2019-04-181-2/+3
* benchmark: add benchmark for dns.promises.lookup()Rich Trott2019-04-181-0/+31
* benchmark: fix http headers benchmarkAnatoli Papirovski2019-04-111-1/+3
* lib: faster FreeListAnatoli Papirovski2019-04-111-1/+3
* benchmark: remove deprecated argumentRich Trott2019-04-061-1/+1
* buffer: add {read|write}Big[U]Int64{BE|LE} methodsNikolai Vavilov2019-04-062-0/+25
* lib: remove `env: node` in eslint config for lib filesJoyee Cheung2019-04-061-0/+4
* lib: make queueMicrotask fasterAnatoli Papirovski2019-04-052-0/+38
* querystring: simplify stringify methodZYSzys2019-04-041-2/+7
* benchmark: improve module-loader benchmarkRuben Bridgewater2019-04-041-32/+28
* benchmark: add new module loading benchmarksRuben Bridgewater2019-04-041-0/+51
* src: port bootstrap/cache.js to C++Joyee Cheung2019-04-041-7/+4
* benchmark,lib: change var to constRuben Bridgewater2019-03-309-12/+9
* benchmark: tidy up eslint ignore in foreach-bench.jsgengjiawen2019-03-291-6/+4
* benchmark: remove unused field in class BenchmarkProgressgengjiawen2019-03-291-1/+0
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-2715-17/+17
* benchmark: replace deprecated and eliminate var in buffer-from.jsgengjiawen2019-03-211-12/+10
* benchmark: use gfm for claritygengjiawen2019-03-191-165/+27
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-109-16/+16
* benchmark,lib: add process.hrtime.bigint benchmarkAnna Henningsen2019-03-051-15/+26
* benchmark: refactor path benchmarksRuben Bridgewater2019-03-0521-62/+86
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-2811-14/+14
* benchmark,test: refactoringRefael Ackermann2019-02-183-36/+44
* http: improve performance for incoming headersWeijia Wang2019-02-132-1/+39
* http2: improve compat performanceMatteo Collina2019-02-111-0/+35
* benchmark: remove unreachable returnZYSzys2019-02-075-6/+0
* tools: apply more stringent lint rules for benchmark codeRich Trott2019-02-061-0/+10