Skip to content

benchmark: use unique filenames in fs benchmarks

Rodrigo Muino Tomonari requested to merge github/fork/Trott/3 into master

Use a unique file name for each benchmark. Running benchmarks simultaneously may be a bit of an unusual use case, but there are use cases, such as stress testing test/parallel/test-benchmark-fs.js.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

benchmark fs test

Merge request reports

Loading