We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa06611 commit b2231aaCopy full SHA for b2231aa
scripts/run.sh
@@ -4,7 +4,7 @@
4
echo "WARNING: This script removes all installed packages, cache files & uncommitted git history."
5
6
# Navigate to the fixture directory
7
-cd ./fixtures/$1
+cd ./fixtures/run
8
9
# Run the benchmark suite
10
hyperfine --export-json=../../results/run.json --warmup 3 --runs 10 -i --prepare 'bash ../../scripts/clean.sh' \
0 commit comments