0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/benchmark/fs
James M Snell 329fc78e49 fs: add initial set of fs.promises APIs
Initial set of fs.promises APIs with documentation and one
benchmark.

PR-URL: https://github.com/nodejs/node/pull/18297
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-02-05 20:31:04 -08:00
..
bench-readdir.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
bench-readdirSync.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
bench-realpath.js benchmark: refactor 2018-02-01 10:49:04 +01:00
bench-realpathSync.js benchmark: refactor 2018-02-01 10:49:04 +01:00
bench-stat-promise.js fs: add initial set of fs.promises APIs 2018-02-05 20:31:04 -08:00
bench-stat.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
bench-statSync.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
read-stream-throughput.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
readfile-partitioned.js fs: partition readFile against pool exhaustion 2018-02-01 11:11:48 +01:00
readfile.js fs: partition readFile against pool exhaustion 2018-02-01 11:11:48 +01:00
readFileSync.js benchmark: (fs) use destructuring 2018-01-23 01:29:29 +01:00
write-stream-throughput.js benchmark: refactor 2018-02-01 10:49:04 +01:00