Skip to content

Commit 0272b6c

Browse files
committed
ci TEST_BENCH: show output
1 parent 6748167 commit 0272b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/ci/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function run_tests {
7373
fi
7474
if [ -n "${TEST_BENCH-}" ]; then
7575
# Check that the benchmarks build and run, but only once.
76-
time HYPERFINE="hyperfine -w0 -r1" ./miri bench $TARGET_FLAG
76+
time HYPERFINE="hyperfine -w0 -r1 --show-output" ./miri bench $TARGET_FLAG
7777
fi
7878
# Smoke-test `./miri run --dep`.
7979
./miri run $TARGET_FLAG --dep tests/pass-dep/getrandom.rs

0 commit comments

Comments
 (0)