summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-10-07benchmark: increase lint complianceRich Trott
2018-09-07benchmark: refactor util benchmarksRuben Bridgewater
2018-09-05util: make util binding internalcjihrig
2018-09-02benchmark: add lines to scatter plotsDenys Otrishko
2018-08-29src: use String::Utf8Length with isolateMichaël Zasso
2018-08-29src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-13benchmark: improve assert benchmarksRuben Bridgewater
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-10src: remove old process.binding('trace_events').emitJames M Snell
2018-08-09trace_events: move trace_events to internalBindingJames M Snell
2018-08-02test: remove unused configBenjamin Gruenbaum
2018-07-27lib: remove usc-2 encodingBrian White
2018-07-22trace_events: add support for builtin traceJames M Snell
2018-07-18benchmark: remove arrays benchmarkPeter Marshall
2018-07-12tools: add no-duplicate-requires ruleGus Caplan
2018-07-08test,util: add missing tests and conditionsMaleDong
2018-07-05benchmark: add n-api function args benchmarkKenny Yuan
2018-06-19benchmark: create napi benchmark directoryRich Trott
2018-06-19test: run misc benchmark only once in testsRich Trott
2018-06-07n-api: improve runtime perf of n-api func callKenny Yuan
2018-06-06benchmark: disable only the ESLint rule needing itRich Trott
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06benchmark: port cluster/echo to workerTimothy Gu
2018-06-02benchmark: refactor benchmark/assert/throws.jsRich Trott
2018-06-02benchmark: refactor deepequal-typedarraysRich Trott
2018-06-02benchmark: refactor deepequal-setRich Trott
2018-06-02benchmark: refactor prims-and-objs-big-loopRich Trott
2018-06-02benchmark: refactor prims-and-objs-big-array-setRich Trott
2018-06-02benchmark: refactor deepequal-objectRich Trott
2018-06-02benchmark: refactor deepequal-mapRich Trott
2018-06-02benchmark: refactor deepequal-bufferRich Trott
2018-06-02test: run crypto benchmark only once in testsRich Trott
2018-06-02benchmark: fix "comparisons"' typoYuta Hiroto
2018-05-24src: remove --expose-http2 optionDaniel Bevenius
2018-05-22timers: use only a single TimerWrap instanceAnatoli Papirovski
2018-05-22lib: add internal PriorityQueue classAnatoli Papirovski
2018-05-19fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-05-17tls: move convertNPNProtocols to End-of-LifeJames M Snell
2018-05-16benchmark: add tls benchmark for legacy SecurePairAlex Fernández
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-05-06benchmark: track exec time in next-tick-execAnatoli Papirovski
2018-05-03util: improve spliceOne perfAnatoli Papirovski
2018-05-03events: optimize condition for optimal scenarioAnatoli Papirovski
2018-05-03benchmark: fix next-tick-depthAnatoli Papirovski
2018-04-28benchmark: add bench for zlib gzip + gunzip cycleAnna Henningsen
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski