From c2362319106fd7987ac6d8d640e74d2ca71b6c81 Mon Sep 17 00:00:00 2001 From: Aspen Smith Date: Wed, 20 Dec 2023 11:12:20 -0500 Subject: chore(tvix): Run criterion benchmarks for the whole workspace Run criterion benchmarks (via `cargo bench`) for the *whole tvix workspace*, not just `//tvix/eval`, and report the results to windtunnel. Change-Id: I9235c3c166ed9121f35c5bb4c46d59dc1f4c4055 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10382 Tested-by: BuildkiteCI Autosubmit: grfn Reviewed-by: flokli --- tvix/scripts/bench-windtunnel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tvix') diff --git a/tvix/scripts/bench-windtunnel.sh b/tvix/scripts/bench-windtunnel.sh index 396357ebcafe..aa359a8a8206 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 -- cgit 1.4.1