node/benchmark/fs
Nitzan Uziely 8666d777cc
benchmark: add benchmark for fsPromises.writeFile
added fs.promises.writeFile benchmark

PR-URL: https://github.com/nodejs/node/pull/37610
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2021-03-16 12:31:39 -04:00
..
bench-mkdirp.js
bench-opendir.js fs: add bufferSize option to fs.opendir() 2019-10-28 14:34:25 +01:00
bench-readdir.js benchmark: refactor for consistent style 2019-02-06 22:18:31 -08:00
bench-readdirSync.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
bench-realpath.js benchmark: refactor for consistent style 2019-02-06 22:18:31 -08:00
bench-realpathSync.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
bench-stat-promise.js
bench-stat.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
bench-statSync-failure.js lib: add throws option to fs.f/l/statSync 2020-11-22 13:14:57 -08:00
bench-statSync.js benchmark : changed fstat to fstatSync 2020-12-07 13:55:05 -05:00
read-stream-throughput.js benchmark: add test and all options and improve errors" 2020-03-09 22:35:53 +01:00
readfile-partitioned.js benchmark: clean up config resolution in multiple benchmarks 2020-02-02 19:45:02 -08:00
readfile-promises.js fs: add promisified readFile benchmark 2021-03-10 11:40:43 -05:00
readfile.js benchmark: add test and all options and improve errors" 2020-03-09 22:35:53 +01:00
readFileSync.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
write-stream-throughput.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
writefile-promises.js benchmark: add benchmark for fsPromises.writeFile 2021-03-16 12:31:39 -04:00