| Commit message (Expand) | Author | Age | Files | Lines |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-14 | 9 | -16/+16 |
* | benchmark,lib: add process.hrtime.bigint benchmark | Anna Henningsen | 2019-03-12 | 1 | -15/+26 |
* | benchmark: refactor path benchmarks | Ruben Bridgewater | 2019-03-12 | 21 | -62/+86 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-04 | 11 | -14/+14 |
* | benchmark,test: refactoring | Refael Ackermann | 2019-02-28 | 3 | -36/+44 |
* | http: improve performance for incoming headers | Weijia Wang | 2019-02-13 | 2 | -1/+39 |
* | http2: improve compat performance | Matteo Collina | 2019-02-11 | 1 | -0/+35 |
* | benchmark: remove unreachable return | ZYSzys | 2019-02-07 | 5 | -6/+0 |
* | tools: apply more stringent lint rules for benchmark code | Rich Trott | 2019-02-07 | 1 | -0/+10 |
* | benchmark: refactor for consistent style | Rich Trott | 2019-02-07 | 96 | -164/+158 |
* | benchmark: use consistent coding style in assert/* | Rich Trott | 2019-02-03 | 9 | -31/+16 |
* | benchmark: refactor benchmark/common.js | Rich Trott | 2019-02-01 | 1 | -17/+18 |
* | benchmark: refactor _http-benchmarkers.js | Rich Trott | 2019-02-01 | 1 | -5/+5 |
* | os: improve networkInterfaces() performance | Brian White | 2019-01-14 | 1 | -0/+15 |
* | worker: partially remove `--experimental-worker` flag | Anna Henningsen | 2019-01-10 | 2 | -2/+2 |
* | doc: update benchmark doc | Kazushi Kitaya | 2019-01-09 | 1 | -7/+0 |
* | benchmark,test: add brotli | Anna Henningsen | 2019-01-05 | 2 | -5/+9 |
* | benchmark: fix net-wrap-js-stream-passthrough | Rich Trott | 2019-01-01 | 1 | -1/+1 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-25 | 8 | -14/+14 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-17 | 8 | -9/+9 |
* | benchmark: support URL inputs in create-clientrequest | Joyee Cheung | 2018-11-28 | 1 | -10/+40 |
* | benchmark: pre-generate data set for URL benchmarks | Joyee Cheung | 2018-11-28 | 11 | -137/+198 |
* | build: use BUILDTYPE in bench-addons-build targets | Daniel Bevenius | 2018-11-14 | 3 | -4/+6 |
* | test: fix v8 Set/Get compiler warnings | Daniel Bevenius | 2018-11-14 | 1 | -1/+2 |
* | benchmark: support more options in startup benchmark | Joyee Cheung | 2018-11-14 | 2 | -24/+77 |
* | benchmark: add dir and withFileTypes option readdir benchmarks | Joyee Cheung | 2018-11-13 | 2 | -7/+14 |
* | benchmark: remove unused catch bindings | cjihrig | 2018-11-06 | 10 | -17/+17 |
* | http2: improve http2 code a bit | James M Snell | 2018-11-05 | 3 | -8/+7 |
* | test: add test-benchmark-http2 | Rich Trott | 2018-11-01 | 3 | -13/+28 |
* | src: improve StreamBase write throughput | Anna Henningsen | 2018-11-01 | 4 | -4/+4 |
* | benchmark: fix bench-mkdirp to use recursive option | Klaus Meinhardt | 2018-11-01 | 1 | -1/+1 |
* | test: add test-benchmark-napi | Emily Marigold Klassen | 2018-10-26 | 1 | -2/+4 |
* | src: improve StreamBase read throughput | Anna Henningsen | 2018-10-24 | 3 | -16/+16 |
* | benchmark: coerce PORT to number | Ali Ijaz Sheikh | 2018-10-21 | 1 | -1/+1 |
* | timers: run nextTicks after each immediate and timer | Anatoli Papirovski | 2018-10-21 | 1 | -0/+36 |
* | benchmark: add common.binding() | cjihrig | 2018-10-17 | 8 | -21/+33 |
* | async_hooks: add missing async_hooks destroys in AsyncReset | Bastian Krol | 2018-10-17 | 2 | -2/+2 |
* | benchmark,doc,lib,src,test,tools: fix typos | Brandon Smith | 2018-10-17 | 1 | -1/+1 |
* | benchmark: increase lint compliance | Rich Trott | 2018-10-17 | 1 | -4/+2 |
* | benchmark: refactor util benchmarks | Ruben Bridgewater | 2018-09-07 | 8 | -29/+18 |
* | util: make util binding internal | cjihrig | 2018-09-05 | 1 | -1/+2 |
* | benchmark: add lines to scatter plots | Denys Otrishko | 2018-09-02 | 1 | -0/+1 |
* | src: use String::Utf8Length with isolate | Michaël Zasso | 2018-08-29 | 1 | -1/+1 |
* | src: use String::Write{OneByte,Utf8} with isolate | Michaël Zasso | 2018-08-29 | 1 | -1/+1 |
* | stream: move process.binding('stream_wrap') to internalBinding | James M Snell | 2018-08-19 | 3 | -105/+111 |
* | http: move process.binding('http_parser') to internalBinding | James M Snell | 2018-08-18 | 1 | -32/+36 |
* | benchmark: improve assert benchmarks | Ruben Bridgewater | 2018-08-13 | 9 | -189/+67 |
* | fs: implement mkdir recursive (mkdirp) | Benjamin Coe | 2018-08-11 | 1 | -0/+23 |
* | src: remove old process.binding('trace_events').emit | James M Snell | 2018-08-10 | 1 | -27/+2 |
* | trace_events: move trace_events to internalBinding | James M Snell | 2018-08-09 | 1 | -15/+17 |