323 Commits (a52b1c058039135b5cb5eb8544744bb2f968836b)

Author SHA1 Message Date
Сковорода Никита Андреевич 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
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
Rich Trott cde81b6b9f benchmark: fix linting errors 9 years ago
Jackson Tian 4d78121b77 lib: simplify code with String.prototype.repeat() 9 years ago
Brian White 089bef0a81 timers: improve setImmediate() performance 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Rich Trott 810aa9f6c3 tools: enable no-self-assign ESLint rule 9 years ago
Evan Lucas 735e0df8e4 benchmark: add util.format benchmark 9 years ago