Skip to content

Commit de0014a

Browse files
Dump fingerprints
1 parent f9c10eb commit de0014a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/check-benchmarks.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ RUST_BACKTRACE=1 RUST_LOG=collector_raw_cargo=trace,collector=debug,rust_sysroot
1111
bindir=`cargo run -p collector --bin collector install_next`
1212

1313
# Do some benchmarking.
14-
RUST_BACKTRACE=1 RUST_LOG=collector_raw_cargo=trace,collector=debug,rust_sysroot=debug \
14+
RUST_BACKTRACE=1 \
15+
CARGO_LOG=cargo::core::compiler::fingerprint=info \
16+
RUST_LOG=collector_raw_cargo=trace,collector=debug,rust_sysroot=debug \
1517
cargo run -p collector --bin collector -- \
1618
bench_local $bindir/rustc Test \
1719
--builds Check,Doc \

0 commit comments

Comments
 (0)