summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
2017-02-03benchmark: simplify URLSearchParams importTimothy Gu
2017-01-31benchmark: add progress indicator to compare.jsJoyee Cheung
2017-01-30benchmark: move setImmediate benchmarks to timersJoshua Colvin
2017-01-27benchmark: add more thorough timers benchmarksJeremiah Senkpiel
2017-01-27benchmark: add benchmark for object propertiesMichaël Zasso
2017-01-25querystring: improve unescapeBuffer performanceBrian White
2017-01-25querystring: improve parse() performanceBrian White
2017-01-25buffer: improve compare() performanceBrian White
2017-01-23process: improve process.hrtimeJoyee Cheung
2017-01-23buffer: improve toJSON() performanceBrian White
2017-01-19url: improving URLSearchParamsTimothy Gu
2017-01-18benchmark: add benchmark for vm.runIn*()Rich Trott
2017-01-16benchmark: cleanup child_process IPC benchmarkYuya Tanaka
2017-01-15util: improve readability of normalizeEncodingJoyee Cheung
2017-01-15benchmark: improve WHATWG URL benchmarksJoyee Cheung
2017-01-14benchmark: use "confidence" in output of compare.RJoyee Cheung
2017-01-13benchmark: add ClientRequest creation benchmarkBrian White
2017-01-11benchmark: allow zero when parsing http req/sBrian White
2017-01-11benchmark: add http header setting scenariosBrian White
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2017-01-05benchmark: fix typo "categoty" -> "category"Victor Felder
2017-01-05stream: avoid additional validation for BuffersBrian White
2017-01-05benchmark: keep decimals in resultsBrian White
2017-01-05benchmark: improve readability of net benchmarksBrian White
2017-01-05benchmark: move punycode benchmark out of netBrian White
2017-01-04benchmark: allow benchmarks to specify flagsJoyee Cheung
2016-12-29benchmark: add benchmark for WHATWG URL propertiesJoyee Cheung
2016-12-28events: improve once() performanceBrian White
2016-12-27buffer: improve allocation performanceBrian White
2016-12-23benchmark: use commas in non-csv rate outputBrian White
2016-12-23benchmark: refactor buffer benchmarksTroy Connor
2016-12-22tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-12-15doc: document R CRAN mirror processLucas Holmquist
2016-11-27benchmark: reformat code for clarityRich Trott
2016-11-21tools: disallow trailing whitespace for markdownSam Roberts
2016-11-09benchmark: split timers benchmark and refactorRich Trott
2016-11-06benchmark,lib,test,tools: remove unneeded . escapeRich Trott
2016-11-04benchmark: add trailing newline for consistencyRoman Reiss
2016-10-29benchmark: add microbenchmarks for ES MapRod Vagg
2016-10-19test,lib,benchmark: match function namesRich Trott
2016-10-17benchmark: use node v4 syntax in common.jsAndreas Madsen
2016-10-17benchmark: change the execution orderAndreas Madsen
2016-10-17benchmark: fixes csv parsing given no parametersAndreas Madsen
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-09-30benchmark: add info about required Unix toolsBartosz Sosnowski
2016-09-26benchmark: add benchmarks for `Buffer.from()`Anna Henningsen
2016-09-26benchmark: use 'yes' instead of echo in a loopBartosz Sosnowski
2016-09-26benchmark: make v8-bench.js output consistentBartosz Sosnowski
2016-09-26benchmark: add --expose_internals switchBartosz Sosnowski
2016-09-24benchmark: add benchmark for destructuring objectFangdun Cai (Fundon)