summaryrefslogtreecommitdiff
path: root/benchmark/fs
AgeCommit message (Expand)Author
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-11fs: buffer dir entries in opendir()Anna Henningsen
2019-08-10benchmark: use test/common/tmpdir consistentlyJoão Reis
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-06benchmark: refactor for consistent styleRich Trott
2018-11-08benchmark: add dir and withFileTypes option readdir benchmarksJoyee Cheung
2018-11-06benchmark: remove unused catch bindingscjihrig
2018-10-28benchmark: fix bench-mkdirp to use recursive optionKlaus Meinhardt
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-05-19fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-05fs: add initial set of fs.promises APIsJames M Snell
2018-02-01fs: partition readFile against pool exhaustionJamie Davis
2018-02-01benchmark: refactorRuben Bridgewater
2018-01-23benchmark: (fs) use destructuringRuben Bridgewater
2018-01-05benchmark: fix timeout in write-stream-throughputAnatoli Papirovski
2017-12-24benchmark: make temp file path configurableRich Trott
2017-11-22benchmark,path: remove unused variables薛定谔的猫
2017-11-17benchmark: use unique filenames in fs benchmarksRich Trott
2017-10-10test: added fs benchmark testCharlie Duong
2017-09-19benchmark: var to constRuben Bridgewater
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-03-24benchmark: repair the fs/readfile benchmarkSorin Baltateanu
2017-03-21benchmark: fix fs\bench-realpathSync.jsVse Mozhet Byt
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-02-25fs: improve performance for sync stat() functionsBrian White
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-12bench: add bench for fs.realpath() fixTrevor Norris
2016-07-26benchmark: missing process.exit after bench.endAndreas Madsen
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-03benchmark: fix lint errorsRich Trott
2016-02-27tools,benchmark: increase lint complianceRich Trott
2016-02-22benchmark: use strict modeRich Trott
2015-12-17fs: use pushValueToArray for readdir(Sync)Trevor Norris
2013-11-06benchmark: Correct the bufferSize to highWaterMarkJackson Tian
2013-08-19fixes #6031 spelling errorsMatthew Aynalem
2013-02-19bench: Simplify duration arguments to benchmarksisaacs
2013-02-19bench: Add fs write stream throughputisaacs
2013-02-19bench: Add read-stream throughputisaacs
2013-02-19bench: Move fs-readfile.js to fs/readfile.jsisaacs