| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ const bench = common.createBenchmark(main, { | |||
| 12 | 12 | ||
| 13 | 13 | function main({ n }) { | |
| 14 | 14 | tmpdir.refresh(); | |
| 15 | - const options = { force: true, recursive: true }; | ||
| 15 | + const options = { recursive: true }; | ||
| 16 | 16 | const src = path.join(__dirname, '../../test/fixtures/copy'); | |
| 17 | 17 | const dest = tmpdir.resolve(`${process.pid}/subdir/cp-bench-${process.pid}`); | |
| 18 | 18 | bench.start(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments