summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* lib: add ASCII fast path to getStringWidth()Anna Henningsen2019-09-041-0/+26
* doc: remove multiple consecutive blank linesNick Schonning2019-09-041-2/+0
* process: improve nextTick performanceBrian White2019-09-046-6/+6
* events: improve once() performanceBrian White2019-09-041-8/+44
* net: allow reading data into a static bufferBrian White2019-09-031-11/+46
* buffer: improve equals() performanceBrian White2019-09-031-0/+22
* buffer: improve copy() performanceBrian White2019-08-191-0/+19
* benchmark: allow easy passing of process flagsBrian White2019-08-191-0/+4
* benchmark, http: refactor for code consistencyAlex Ramirez2019-08-024-5/+5
* benchmark: swap var for let in buffer benchmarksAlex Ramirez2019-08-0218-25/+25
* benchmark: swap var for let in util benchmarksAlex Ramirez2019-08-025-5/+5
* benchmark: swap var for let in url benchmarksAlex Ramirez2019-08-0214-22/+22
* tools: update eslintRuben Bridgewater2019-07-021-1/+0
* benchmark: refactor buffer benchmarksRuben Bridgewater2019-07-0223-105/+80
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-173-18/+12
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-173-12/+18
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-173-18/+12
* tools: enable block-scoped-var eslint ruleRoman Reiss2019-05-105-8/+11
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-041-2/+3
* lib: remove Reflect.apply where appropriateAnatoli Papirovski2019-04-301-0/+42
* benchmark: add benchmark for node -pJoyee Cheung2019-04-291-0/+59
* benchmark: fix http bench-parser.jsRich Trott2019-04-271-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
* benchmark: refactor for consistent styleRich Trott2019-02-0696-164/+158