329 Commits (b57c962979769e534ff09172ec53cc2000e4abd8)

Author SHA1 Message Date
Bartosz Sosnowski b1bbc68fb1 benchmark: support for multiple http benchmarkers 8 years ago
Adrian Nitu 474e629ddb benchmark: add --format csv option 8 years ago
Adrian Nitu 4b527a4129 benchmark: update compare.js exit method 8 years ago
Adrian Nitu 9e7fd8e810 benchmark: fix comment typos and code format 8 years ago
Trevor Norris b9832eb3fe bench: add bench for fs.realpath() fix 8 years ago
Rich Trott ae25ed3ccd benchmark: favor === over == 8 years ago
Сковорода Никита Андреевич f3f5a89a10 doc: *.md formatting fixes in the benchmark dir 8 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 8 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 8 years ago
Rich Trott ce9456d690 benchmark: remove unused variables 8 years ago
James M Snell 7de59ef925 net: use icu's punycode implementation 8 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` 8 years ago
James M Snell f3d5efa3ee tls: avoid calling Buffer.byteLength multiple times 8 years ago
James M Snell 6be73feaeb crypto,tls: perf improvements for crypto and tls getCiphers 8 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() 8 years ago
Bartosz Sosnowski 5386b23f64 benchmark: fix child-process-exec-stdout on win 9 years ago
Bartosz Sosnowski cbbdc298b0 benchmark: fix child-process-read on Windows 9 years ago
Anna Henningsen abd0d68bea
benchmark: add benchmark for Buffer.concat 9 years ago
Brian White d23b7d2656
string_decoder: rewrite implementation 9 years ago
Ingvar Stepanyan 4a56e89d20
buffer: fix dataview-set benchmark 9 years ago
Rich Trott c9a5990a76 child_process: measure buffer length in bytes 9 years ago
Rich Trott a56da51a38 benchmark,test,lib: remove extra spaces 9 years ago
James M Snell ba6196f843 util: fix inspecting of proxy objects 9 years ago
Matt Loring 89164a096d benchmark: Fix crash in net benchmarks 9 years ago
Rich Trott a7335bd1f0 test,benchmark: use deepStrictEqual() 9 years ago
Myles Borins cff2a137f2 benchmarks: fix lint error 9 years ago
James M Snell 7dc1a87a7b benchmarks: add microbenchmarks for new ES6 features 9 years ago
James M Snell cb9eff2f93 benchmarks: add common.v8ForceOptimization 9 years ago
James M Snell 33c242e7e9 console: refactor to use rest params and template strings 9 years ago
James M Snell 627524973a buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Brian White 1e4674ae0a
benchmark: add module loader benchmark parameter 9 years ago
James M Snell a2466896dd buffer: add Buffer.prototype.compare by offset 9 years ago
Jackson Tian 089c6a4fba http: speed up checkIsHttpToken 9 years ago
Jackson Tian afd821a91d buffer: faster case for create buffer from empty string 9 years ago
James M Snell 7d73e60f60 buffer: add swap16() and swap32() methods 9 years ago