diff --git a/benchmarks/benchmarks/glob.fish b/benchmarks/benchmarks/glob.fish index 0bf2e715a..7b18de407 100644 --- a/benchmarks/benchmarks/glob.fish +++ b/benchmarks/benchmarks/glob.fish @@ -3,6 +3,5 @@ # so it's best to build two fishes, check out one version of the repo, # and then run this script with both. set -l dir (dirname (status current-filename)) -for i in (seq 1 10) - echo $dir/../../** -end +# No repetitions, this is plenty slow enough. +echo $dir/../../**