Skip to content

Commit

Permalink
benchmark: remove force option as force defaults to true
Browse files Browse the repository at this point in the history
PR-URL: #54203
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
debbs061 authored and targos committed Aug 14, 2024
1 parent 3835131 commit a5a320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/fs/bench-cpSync.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const bench = common.createBenchmark(main, {

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

0 comments on commit a5a320c

Please sign in to comment.