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 <grfn@gws.fyi> Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
9c1358fe44
commit
c236231910
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
echo "Running benchmarks for tvix/eval..."
|
echo "Running benchmarks for tvix..."
|
||||||
pushd "$(dirname "$(dirname "$0")")/eval"
|
pushd "$(dirname "$(dirname "$0")")"
|
||||||
cargo bench
|
cargo bench
|
||||||
windtunnel-cli report -f criterion-rust .
|
windtunnel-cli report -f criterion-rust .
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue