about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xtvix/scripts/bench-windtunnel.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/scripts/bench-windtunnel.sh b/tvix/scripts/bench-windtunnel.sh
index 396357ebca..aa359a8a82 100755
--- a/tvix/scripts/bench-windtunnel.sh
+++ b/tvix/scripts/bench-windtunnel.sh
@@ -5,8 +5,8 @@
 
 set -euo pipefail
 
-echo "Running benchmarks for tvix/eval..."
-pushd "$(dirname "$(dirname "$0")")/eval"
+echo "Running benchmarks for tvix..."
+pushd "$(dirname "$(dirname "$0")")"
 cargo bench
 windtunnel-cli report -f criterion-rust .
 popd