Skip to content

Commit b2231aa

Browse files
committed
fix run location
1 parent fa06611 commit b2231aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
echo "WARNING: This script removes all installed packages, cache files & uncommitted git history."
55

66
# Navigate to the fixture directory
7-
cd ./fixtures/$1
7+
cd ./fixtures/run
88

99
# Run the benchmark suite
1010
hyperfine --export-json=../../results/run.json --warmup 3 --runs 10 -i --prepare 'bash ../../scripts/clean.sh' \

0 commit comments

Comments
 (0)