mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user