diff --git a/benchmarks/benchmarks/glob.fish b/benchmarks/benchmarks/glob.fish new file mode 100644 index 000000000..959b7aaa3 --- /dev/null +++ b/benchmarks/benchmarks/glob.fish @@ -0,0 +1,8 @@ +# Glob fish's source directory. +# This timing is bound to change if the repo does, +# 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 100) + echo $dir/../../** +end