node/benchmark/fs
Nitzan Uziely a191bc7761
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-05-01 12:25:21 +02:00
..
bench-mkdirp.js benchmark: fix bench-mkdirp to use recursive option 2018-10-28 15:09:41 +01:00
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 fs: drop duplicate API in promises mode 2018-05-19 11:04:28 +03:00
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 2021-04-26 09:28:39 +02:00
bench-statSync.js benchmark : changed fstat to fstatSync 2021-05-01 09:44:33 +02: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-05-01 12:25:20 +02: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-05-01 12:25:21 +02:00