Skip to content

Commit 0309b05

Browse files
debbs061targos
authored andcommitted
benchmark: remove force option as force defaults to true
PR-URL: #54203 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent fb2b191 commit 0309b05

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)