summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
2017-04-14buffer: use slightly faster NaN checkBrian White
2017-04-14buffer: optimize write()Brian White
2017-04-14buffer: optimize toString()Brian White
2017-04-14buffer: optimize from() and byteLength()Brian White
2017-04-14benchmark,windows: TCP.readStart() meaningful only after completionRefael Ackermann
2017-04-13benchmark: replace more [].join() with ''.repeat()Vse Mozhet Byt
2017-04-09benchmark: control HTTP benchmarks run timeJoyee Cheung
2017-04-09benchmark: add test double HTTP benchmarkerJoyee Cheung
2017-04-04url: avoid instanceof for WHATWG URLBrian White
2017-04-04benchmark: avoid TurboFan deopt in arrays benchMichaƫl Zasso
2017-04-04buffer: optimize decoding wrapped base64 dataAlexey Orlenko
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-28benchmark: check end() argument to be > 0Vse Mozhet Byt
2017-03-26benchmark: update obsolete information pointerRich Trott
2017-03-24benchmark: add more options to map-benchTimothy Gu
2017-03-24benchmark: repair the fs/readfile benchmarkSorin Baltateanu
2017-03-22benchmark: allow multiple values for same configNikolai Vavilov
2017-03-21benchmark: add final clean-up to module-loader.jsVse Mozhet Byt
2017-03-21benchmark: harmonize progress bar + stderr outputVse Mozhet Byt
2017-03-21url: spec-compliant URLSearchParams parserTimothy Gu
2017-03-21benchmark: fix fs\bench-realpathSync.jsVse Mozhet Byt
2017-03-21benchmark: remove v8ForceOptimization callsLucas Lago
2017-03-17benchmark: benchmark comparing forEach with forJames M Snell
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-14url: spec-compliant URLSearchParams serializerTimothy Gu
2017-03-10benchmark: add parameter for module benchmarkBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09benchmark: fix punycode and get-ciphers benchmarkBartosz Sosnowski
2017-03-06benchmark: cleanup after forced optimization dropBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from utilBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from urlBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from tlsBartosz Sosnowski
2017-03-06benchmark: remove streams forced optimizationBartosz Sosnowski
2017-03-06benchmark: remove querystring forced optimizationBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from pathBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from miscBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from esBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from cryptoBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from bufferBartosz Sosnowski
2017-03-03benchmark,build,doc,lib,src,test: correct typosBenjamin Fleischer
2017-03-02os: improve cpus() performanceBrian White
2017-03-01child_process: fix deoptimizing use of argumentsVse Mozhet Byt
2017-02-28benchmark: add USVString conversion benchmarkTimothy Gu
2017-02-25fs: improve performance for sync stat() functionsBrian White
2017-02-25os: improve loadavg() performanceBrian White
2017-02-24benchmark: add url.domainTo*()Timothy Gu
2017-02-23process: improve memoryUsage() performanceBrian White
2017-02-24benchmark: strip BOM in dgram/bind-paramsAnna Henningsen
2017-02-21benchmark: add dgram bind(+/- params) benchmarkVse Mozhet Byt