Skip to content

Commit d3e5f95

Browse files
author
debbs061
committed
benchmark: remove force option as force defaults to true.
1 parent 4d1d881 commit d3e5f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/fs/bench-cpSync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const bench = common.createBenchmark(main, {
1212

1313
function main({ n }) {
1414
tmpdir.refresh();
15-
const options = { force: true, recursive: true };
15+
const options = { recursive: true };
1616
const src = path.join(__dirname, '../../test/fixtures/copy');
1717
const dest = tmpdir.resolve(`${process.pid}/subdir/cp-bench-${process.pid}`);
1818
bench.start();

0 commit comments

Comments
 (0)