summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
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
2018-04-22benchmark: do not multiply n by 1e6 in arraysAnatoli Papirovski
2018-04-22test: fix long-running http benchmarksAnatoli Papirovski
2018-04-22test: fix long-running buffer benchmarksAnatoli Papirovski
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-24buffer: improve write(U)Int functionsRuben Bridgewater
2018-03-23stream: improve stream creation performanceBrian White
2018-03-15assert: improve assert()/assert.ok() performanceBrian White
2018-03-15benchmark: remove excessive value from http2 benchmarkAnna Henningsen
2018-03-11benchmark: fix benchmark for urlSergey Golovin
2018-03-07benchmark,lib,test,tools: use consistent quotesRich Trott
2018-03-04test,benchmark: use new Buffer API where appropriateСковорода Никита Андреевич
2018-03-02benchmark: remove noAssert argumentRuben Bridgewater
2018-03-02lib: improve normalize encoding performanceRuben Bridgewater
2018-03-02benchmark: rename fileRuben Bridgewater
2018-03-02benchmark: add buffer fill benchmarkRuben Bridgewater
2018-02-23url: reduce deplicated codes in `autoEscapeStr`Weijia Wang
2018-02-22tools: enable eslint one-var ruleRuben Bridgewater
2018-02-22tools: enable eslint strict key-spacingRuben Bridgewater
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater
2018-02-16http: simplify checkInvalidHeaderCharSeth Brenith
2018-02-16tools: add assert.doesNotThrow eslint ruleRuben Bridgewater
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-09timers: refactor timer list processingAnatoli Papirovski
2018-02-09benchmark: add stream.pipe benchmarksMathias Buus
2018-02-08benchmark: improve compare outputRuben Bridgewater
2018-02-05fs: add initial set of fs.promises APIsJames M Snell
2018-02-04test: add test for tls benchmarksAnatoli Papirovski
2018-02-01benchmark: spread operator benchmarkJames M Snell
2018-02-01benchmark: shorten config name in http benchmarkJoyee Cheung
2018-02-01benchmark: cut down http benchmark run timeJoyee Cheung
2018-02-01fs: partition readFile against pool exhaustionJamie Davis
2018-02-01benchmark: refactorRuben Bridgewater
2018-02-01benchmark: (timers) refactorRuben Bridgewater
2018-02-01benchmark: (http(2)) refactorRuben Bridgewater
2018-02-01benchmark: (es) refactorRuben Bridgewater
2018-02-01benchmark: (url) refactorRuben Bridgewater
2018-02-01benchmark: (crypto) refactorRuben Bridgewater
2018-02-01benchmark: (buffer) refactorRuben Bridgewater
2018-02-01benchmark: (assert) refactorRuben Bridgewater
2018-02-01benchmark: fix variables not being setRuben Bridgewater