349 Commits (819a38df96b73102beef7b7497886f34ec11dbdf)

Author SHA1 Message Date
Rich Trott 819a38df96
benchmark: split timers benchmark and refactor 8 years ago
Rich Trott 44792f83bf benchmark,lib,test,tools: remove unneeded . escape 8 years ago
Roman Reiss dafdb7b069 benchmark: add trailing newline for consistency 8 years ago
Rod Vagg fab8eb660f benchmark: add microbenchmarks for ES Map 9 years ago
Rich Trott 2cdd5ccef9 test,lib,benchmark: match function names 8 years ago
Andreas Madsen 06f37471aa benchmark: use node v4 syntax in common.js 8 years ago
Andreas Madsen 8b152fcf47 benchmark: change the execution order 8 years ago
Andreas Madsen a5046bf8ef benchmark: fixes csv parsing given no parameters 8 years ago
James M Snell a8ece149e2 url: adding WHATWG URL support 9 years ago
Bartosz Sosnowski af01865d66 benchmark: add info about required Unix tools 8 years ago
Anna Henningsen 45a5a3db39 benchmark: add benchmarks for `Buffer.from()` 8 years ago
Bartosz Sosnowski e6328bb965 benchmark: use 'yes' instead of echo in a loop 8 years ago
Bartosz Sosnowski dfb5f301cf benchmark: make v8-bench.js output consistent 8 years ago
Bartosz Sosnowski 84481f9157 benchmark: add --expose_internals switch 8 years ago
Fangdun Cai (Fundon) 9030e09817 benchmark: add benchmark for destructuring object 8 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 8 years ago
Andreas Madsen d3834a1fa3 benchmark: ignore significance when using --runs 1 8 years ago
Rich Trott d4061a6314 tools: replace custom ESLint rule with built-in 8 years ago
Anna Henningsen 450ee63584 benchmark: add benches for fs.stat & fs.statSync 8 years ago
Anna Henningsen efabc6ae4d benchmark: fix off-by-one error in fs benchmarks 8 years ago
Bartosz Sosnowski b1bbc68fb1 benchmark: support for multiple http benchmarkers 9 years ago
Adrian Nitu 474e629ddb benchmark: add --format csv option 9 years ago
Adrian Nitu 4b527a4129 benchmark: update compare.js exit method 9 years ago
Adrian Nitu 9e7fd8e810 benchmark: fix comment typos and code format 9 years ago
Trevor Norris b9832eb3fe bench: add bench for fs.realpath() fix 9 years ago
Rich Trott ae25ed3ccd benchmark: favor === over == 9 years ago
Сковорода Никита Андреевич f3f5a89a10 doc: *.md formatting fixes in the benchmark dir 9 years ago
Andreas Madsen d525e6c92a benchmark: remove broken string-creation.js 9 years ago
Andreas Madsen 6edef1deb9 benchmark: update docs after refactor 9 years ago
Andreas Madsen 0c0f34e2fe benchmark: add script for creating scatter plot 9 years ago
Andreas Madsen 855009af7f benchmark: use t-test for comparing node versions 9 years ago
Andreas Madsen 8bb59fdb12 benchmark: missing process.exit after bench.end 9 years ago
Andreas Madsen f99471b2ae benchmark: refactor to use process.send 9 years ago
Andreas Madsen 0f9bfaa7c5 benchmark: move cli parts of common.js into run.js 9 years ago
Andreas Madsen edbed3f3fd benchmark: move http_simple.js to http directory 9 years ago
Andreas Madsen ee2843b4ea benchmark: remove unused files 9 years ago
Christopher Jeffrey 151d316b99
buffer: optimize hex_decode 9 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 9 years ago
Rich Trott ce9456d690 benchmark: remove unused variables 9 years ago
James M Snell 7de59ef925 net: use icu's punycode implementation 9 years ago
Andras fba271b379 benchmark: add `setImmediate()` benchmarks 9 years ago
Zach Bjornson a1059afd39 buffer: speed up swap16/32, add swap64 9 years ago
surya panikkal 6abb06f821 benchmark: `util._extend` vs `object.assign` 9 years ago
James M Snell f3d5efa3ee tls: avoid calling Buffer.byteLength multiple times 9 years ago
James M Snell 6be73feaeb crypto,tls: perf improvements for crypto and tls getCiphers 9 years ago
Brian White 686984696d
stream: improve Readable.read() performance 9 years ago
Brian White c570182a39
benchmark: don't convert arguments to numbers 9 years ago
Brian White 39fdf0773d
benchmark: increase http token check iterations 9 years ago
Brian White 83432bfff1
http: optimize checkInvalidHeaderChar() 9 years ago
Rich Trott 08ea9ee56d benchmark: add benchmark for url.format() 9 years ago