summaryrefslogtreecommitdiff
path: root/benchmark/fs
Commit message (Expand)AuthorAgeFilesLines
* permission: fix spawnSync permission checkRafaelGSS2023-03-071-1/+6
* src,process: add permission modelRafael Gonzaga2023-02-231-0/+72
* benchmark: add trailing commas in `benchmark/fs`Antoine du Hamel2023-02-0114-15/+15
* fs: improve promise based readFile performance for big filesRuben Bridgewater2022-10-061-1/+8
* fs: add encoding parameter to benchmarksYagiz Nizipli2022-08-213-8/+11
* benchmark: enable no-empty ESLint ruleRich Trott2022-02-057-11/+56
* benchmark: add benchmark for fsPromises.writeFileNitzan Uziely2021-03-131-0/+76
* fs: add promisified readFile benchmarkNitzan Uziely2021-03-101-0/+63
* benchmark : changed `fstat` to `fstatSync`Narasimha Prasanna HN2020-11-261-1/+1
* lib: add throws option to fs.f/l/statSyncAndrew Casey2020-11-181-0/+28
* benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater2020-03-092-43/+38
* Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen2020-02-102-38/+43
* benchmark: add `test` and `all` options and improve errorsRuben Bridgewater2020-02-092-43/+38
* benchmark: clean up config resolution in multiple benchmarksDenys Otrishko2020-02-021-5/+3
* benchmark: use let and const instead of varDaniele Belardi2020-01-289-20/+20
* fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen2019-10-281-5/+7
* fs: buffer dir entries in opendir()Anna Henningsen2019-10-111-0/+51
* benchmark: use test/common/tmpdir consistentlyJoão Reis2019-08-103-6/+15
* benchmark,lib: change var to constRuben Bridgewater2019-03-302-2/+2
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-282-2/+2
* benchmark: refactor for consistent styleRich Trott2019-02-067-11/+11
* benchmark: add dir and withFileTypes option readdir benchmarksJoyee Cheung2018-11-082-7/+14
* benchmark: remove unused catch bindingscjihrig2018-11-064-8/+8
* benchmark: fix bench-mkdirp to use recursive optionKlaus Meinhardt2018-10-281-1/+1
* fs: implement mkdir recursive (mkdirp)Benjamin Coe2018-08-111-0/+23
* fs: drop duplicate API in promises modeСковорода Никита Андреевич2018-05-191-3/+3
* fs: move fs/promises to fs.promisescjihrig2018-05-071-1/+1
* fs: move fs.promises API to fs/promisesMichaël Zasso2018-02-171-3/+3
* fs: add initial set of fs.promises APIsJames M Snell2018-02-051-0/+28
* fs: partition readFile against pool exhaustionJamie Davis2018-02-012-4/+97
* benchmark: refactorRuben Bridgewater2018-02-013-27/+4
* benchmark: (fs) use destructuringRuben Bridgewater2018-01-2310-33/+12
* benchmark: fix timeout in write-stream-throughputAnatoli Papirovski2018-01-051-4/+4
* benchmark: make temp file path configurableRich Trott2017-12-243-3/+3
* benchmark,path: remove unused variables薛定谔的猫2017-11-221-1/+1
* benchmark: use unique filenames in fs benchmarksRich Trott2017-11-173-3/+6
* test: added fs benchmark testCharlie Duong2017-10-106-30/+33
* benchmark: var to constRuben Bridgewater2017-09-194-29/+29
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-202-2/+2
* benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt2017-04-041-2/+2
* benchmark: repair the fs/readfile benchmarkSorin Baltateanu2017-03-241-1/+4
* benchmark: fix fs\bench-realpathSync.jsVse Mozhet Byt2017-03-211-0/+2
* fs: include more fs.stat*() optimizationsBrian White2017-03-143-31/+45
* fs: improve performance for sync stat() functionsBrian White2017-02-251-7/+25
* benchmark: add benches for fs.stat & fs.statSyncAnna Henningsen2016-09-112-0/+44
* benchmark: fix off-by-one error in fs benchmarksAnna Henningsen2016-09-112-3/+3
* bench: add bench for fs.realpath() fixTrevor Norris2016-08-122-0/+85
* benchmark: missing process.exit after bench.endAndreas Madsen2016-07-261-0/+1
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-163-5/+3
* benchmark: fix lint errorsRich Trott2016-03-032-2/+4