We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6748167 commit 0272b6cCopy full SHA for 0272b6c
src/tools/miri/ci/ci.sh
@@ -73,7 +73,7 @@ function run_tests {
73
fi
74
if [ -n "${TEST_BENCH-}" ]; then
75
# Check that the benchmarks build and run, but only once.
76
- time HYPERFINE="hyperfine -w0 -r1" ./miri bench $TARGET_FLAG
+ time HYPERFINE="hyperfine -w0 -r1 --show-output" ./miri bench $TARGET_FLAG
77
78
# Smoke-test `./miri run --dep`.
79
./miri run $TARGET_FLAG --dep tests/pass-dep/getrandom.rs
0 commit comments