main
benchmark: add access async version to bench
fs: improve error perf of sync `chmod`+`fchmod`
benchmark: change assert() to assert.ok()
fs: improve error performance of sync methods
Revert "benchmark: fix broken fs.cpSync benchmark"
benchmark: add benchmarks for experimental stream/iter
fs: improve error performance for `fsyncSync`
fs: improve error performance for `ftruncateSync`
benchmark: add callback-based `fs.glob` to glob benchmark
fs: improve error performance for `mkdirSync`
benchmark: fix bench-mkdirp to use recursive option
fs: improve mkdtemp performance for buffer prefix
benchmark: add a warmup on bench-openSync
benchmark: add trailing commas in `benchmark/fs`
fs: remove `dirent.path`
fs: improve error performance for `readSync`
benchmark: refactor for consistent style
benchmark: use let and const instead of var
fs: improve error performance for `rmdirSync`
fs: improve error perf of sync `lstat`+`fstat`
fs: improve error perf of sync `*times`
fs: improve error performance for `unlinkSync`
fs: add c++ fast path for writeFileSync utf8
fs: improve error performance for `fdatasyncSync`
benchmark: include ascii to fs/readfile
benchmark: fix race condition on fs benchs
benchmark: reduce readfile-permission-enabled config
src: dispatch ToV8Value(string_view) via StringBytes::Encode
benchmark: use `tmpdir.resolve()`
benchmark: add fs warmup to writefile-promises