summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* 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
* benchmark: refactor for consistent styleRich Trott2019-02-0696-164/+158
* benchmark: use consistent coding style in assert/*Rich Trott2019-02-039-31/+16
* benchmark: refactor benchmark/common.jsRich Trott2019-01-311-17/+18
* benchmark: refactor _http-benchmarkers.jsRich Trott2019-01-311-5/+5
* os: improve networkInterfaces() performanceBrian White2019-01-141-0/+15
* doc: update benchmark docKazushi Kitaya2019-01-091-7/+0
* worker: remove `--experimental-worker` flagAnna Henningsen2019-01-092-2/+2
* benchmark,test: add brotliAnna Henningsen2019-01-052-5/+9
* benchmark: fix net-wrap-js-stream-passthroughRich Trott2018-12-291-1/+1
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-178-14/+14
* tools: capitalize sentencesRuben Bridgewater2018-12-108-9/+9
* benchmark: support URL inputs in create-clientrequestJoyee Cheung2018-11-201-10/+40
* benchmark: pre-generate data set for URL benchmarksJoyee Cheung2018-11-2011-137/+198