mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
benchmark: remove force option as force defaults to true
PR-URL: https://github.com/nodejs/node/pull/54203 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
b47aa708a8
commit
e1e7a417da
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user