Skip to content

Commit a5a320c

Browse files
debbs061targos
authored andcommittedAug 14, 2024
benchmark: remove force option as force defaults to true
PR-URL: #54203 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 3835131 commit a5a320c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎benchmark/fs/bench-cpSync.js

+1-1
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)
Please sign in to comment.