Skip to content

Commit 0f2e114

Browse files
Remove --disable-path-cache.
1 parent dbe4646 commit 0f2e114

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/benchmark.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
hyperfine --warmup 3 \
44
'seq 1 1000 | rust-parallel echo' \
5-
'seq 1 1000 | rust-parallel --disable-path-cache echo' \
65
'seq 1 1000 | xargs -P8 -L1 echo' \
76
'seq 1 1000 | parallel echo'

0 commit comments

Comments
 (0)