Skip to content

Commit

Permalink
fix(bench): fix crawlers benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Aug 4, 2020
1 parent 76b642c commit 8a7d2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function benchmark() {
fdir2.sync("node_modules");
}),
b.add("fdir 3.4.2 sync", () => {
fdir3.sync("node_modules");
new fdir3().crawl("node_modules").sync("node_modules");
}),
b.add(`get-all-files sync`, () => {
getAllFiles.sync.array("node_modules");
Expand Down

0 comments on commit 8a7d2bd

Please sign in to comment.