about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xtvix/scripts/bench-windtunnel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/scripts/bench-windtunnel.sh b/tvix/scripts/bench-windtunnel.sh
index 894d5ba97e..396357ebca 100755
--- a/tvix/scripts/bench-windtunnel.sh
+++ b/tvix/scripts/bench-windtunnel.sh
@@ -22,6 +22,6 @@ hyperfine --export-json ./results.json \
     -n 'tvix-eval-depot-nixpkgs-hello' "target/release/tvix -E '(import ${depot_nixpkgs_path} {}).hello.outPath'" \
     -n 'tvix-eval-depot-nixpkgs-cross-hello' "target/release/tvix -E '(import ${depot_nixpkgs_path} {}).pkgsCross.aarch64-multiplatform.hello.outPath'" \
     -n 'tvix-eval-pinned-nixpkgs-hello' "target/release/tvix -E '(import ${pinned_nixpkgs_path} {}).hello.outPath'" \
-    -n 'tvix-eval-pinned-nixpkgs-cross-hello' "target/release/tvix -E '(import ${pinned_nixpkgs_path} {}).pkgsCross.aarch64-multiplatform.hello.outPath'" \
+    -n 'tvix-eval-pinned-nixpkgs-cross-hello' "target/release/tvix -E '(import ${pinned_nixpkgs_path} {}).pkgsCross.aarch64-multiplatform.hello.outPath'"
 windtunnel-cli report -f hyperfine-json ./results.json
 popd