node/benchmark/fs
Trevor Norris 0fde28ce37 fs: use pushValueToArray for readdir(Sync)
Improve performance by pushing directory entries to returned array in
batches of 8 using pushValueToArray() in JS. Add benchmarks to
demonstrate this improvement.

PR-URL: https://github.com/nodejs/node/pull/3780
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2015-12-17 17:29:06 -07:00
..
bench-readdir.js fs: use pushValueToArray for readdir(Sync) 2015-12-17 17:29:06 -07:00
bench-readdirSync.js fs: use pushValueToArray for readdir(Sync) 2015-12-17 17:29:06 -07:00
read-stream-throughput.js benchmark: Correct the bufferSize to highWaterMark 2013-11-06 16:32:22 +04:00
readfile.js bench: Simplify duration arguments to benchmarks 2013-02-19 17:16:55 -08:00
write-stream-throughput.js fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00