We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3835131 commit a5a320cCopy full SHA for a5a320c
benchmark/fs/bench-cpSync.js
@@ -12,7 +12,7 @@ const bench = common.createBenchmark(main, {
12
13
function main({ n }) {
14
tmpdir.refresh();
15
- const options = { force: true, recursive: true };
+ const options = { recursive: true };
16
const src = path.join(__dirname, '../../test/fixtures/copy');
17
const dest = tmpdir.resolve(`${process.pid}/subdir/cp-bench-${process.pid}`);
18
bench.start();
0 commit comments