summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
2016-09-16benchmark: ignore significance when using --runs 1Andreas Madsen
2016-09-12tools: replace custom ESLint rule with built-inRich Trott
2016-09-11benchmark: add benches for fs.stat & fs.statSyncAnna Henningsen
2016-09-11benchmark: fix off-by-one error in fs benchmarksAnna Henningsen
2016-08-31benchmark: support for multiple http benchmarkersBartosz Sosnowski
2016-08-12benchmark: add --format csv optionAdrian Nitu
2016-08-12benchmark: update compare.js exit methodAdrian Nitu
2016-08-12benchmark: fix comment typos and code formatAdrian Nitu
2016-08-12bench: add bench for fs.realpath() fixTrevor Norris
2016-08-09benchmark: favor === over ==Rich Trott
2016-08-04doc: *.md formatting fixes in the benchmark dirСковорода Никита Андреевич
2016-07-26benchmark: remove broken string-creation.jsAndreas Madsen
2016-07-26benchmark: update docs after refactorAndreas Madsen
2016-07-26benchmark: add script for creating scatter plotAndreas Madsen
2016-07-26benchmark: use t-test for comparing node versionsAndreas Madsen
2016-07-26benchmark: missing process.exit after bench.endAndreas Madsen
2016-07-26benchmark: refactor to use process.sendAndreas Madsen
2016-07-26benchmark: move cli parts of common.js into run.jsAndreas Madsen
2016-07-26benchmark: move http_simple.js to http directoryAndreas Madsen
2016-07-26benchmark: remove unused filesAndreas Madsen
2016-07-17buffer: optimize hex_decodeChristopher Jeffrey
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-07-10benchmark: remove unused variablesRich Trott
2016-06-29net: use icu's punycode implementationJames M Snell
2016-06-29benchmark: add `setImmediate()` benchmarksAndras
2016-06-27buffer: speed up swap16/32, add swap64Zach Bjornson
2016-06-27benchmark: `util._extend` vs `object.assign`surya panikkal
2016-06-21tls: avoid calling Buffer.byteLength multiple timesJames M Snell
2016-06-21crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell
2016-06-14stream: improve Readable.read() performanceBrian White
2016-06-14benchmark: don't convert arguments to numbersBrian White
2016-06-14benchmark: increase http token check iterationsBrian White
2016-06-14http: optimize checkInvalidHeaderChar()Brian White
2016-06-13benchmark: add benchmark for url.format()Rich Trott
2016-06-10benchmark: fix child-process-exec-stdout on winBartosz Sosnowski
2016-06-09benchmark: fix child-process-read on WindowsBartosz Sosnowski
2016-06-05benchmark: add benchmark for Buffer.concatAnna Henningsen
2016-05-29string_decoder: rewrite implementationBrian White
2016-05-28buffer: fix dataview-set benchmarkIngvar Stepanyan
2016-05-25child_process: measure buffer length in bytesRich Trott
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-05-03util: fix inspecting of proxy objectsJames M Snell
2016-04-27benchmark: Fix crash in net benchmarksMatt Loring
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-20benchmarks: fix lint errorMyles Borins
2016-04-20benchmarks: add microbenchmarks for new ES6 featuresJames M Snell
2016-04-20benchmarks: add common.v8ForceOptimizationJames M Snell
2016-04-20console: refactor to use rest params and template stringsJames M Snell
2016-04-15buffer: add Buffer.allocUnsafeSlow(size)James M Snell
2016-04-14benchmark: add module loader benchmark parameterBrian White