File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ PING_LOOP_PID=$!
7
7
trap ' kill $PING_LOOP_PID' ERR 1 2 3 6
8
8
9
9
# Install a toolchain.
10
- RUST_BACKTRACE=1 RUST_LOG=collector_raw_cargo =trace,collector=debug,rust_sysroot=debug \
10
+ RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages =trace,collector=debug,rust_sysroot=debug \
11
11
bindir=` cargo run -p collector --bin collector install_next`
12
12
13
13
# Do some benchmarking.
14
14
RUST_BACKTRACE=1 \
15
15
RUST_LIB_BACKTRACE=0 \
16
16
CARGO_LOG=cargo::core::compiler::fingerprint=info \
17
- RUST_LOG=collector_raw_cargo =trace,collector=debug,rust_sysroot=debug \
17
+ RUST_LOG=raw_cargo_messages =trace,collector=debug,rust_sysroot=debug \
18
18
cargo run -p collector --bin collector -- \
19
19
bench_local $bindir /rustc Test \
20
20
--builds Check,Doc \
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ PING_LOOP_PID=$!
10
10
trap ' kill $PING_LOOP_PID' ERR 1 2 3 6
11
11
12
12
# Install a toolchain.
13
- RUST_BACKTRACE=1 RUST_LOG=collector_raw_cargo =trace,collector=debug,rust_sysroot=debug \
13
+ RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages =trace,collector=debug,rust_sysroot=debug \
14
14
bindir=` cargo run -p collector --bin collector install_next`
15
15
16
16
# Profile with eprintln.
17
- RUST_BACKTRACE=1 RUST_LOG=collector_raw_cargo =trace,collector=debug,rust_sysroot=debug \
17
+ RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages =trace,collector=debug,rust_sysroot=debug \
18
18
cargo run -p collector --bin collector -- \
19
19
profile_local eprintln $bindir /rustc Test \
20
20
--cargo $bindir /cargo \
@@ -29,7 +29,7 @@ test -f results/eprintln-Test-helloworld-Opt-Full
29
29
test ! -e results/eprintln-Test-helloworld-Doc-Full
30
30
31
31
# Profile with llvm-lines.
32
- RUST_BACKTRACE=1 RUST_LOG=collector_raw_cargo =trace,collector=debug,rust_sysroot=debug \
32
+ RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages =trace,collector=debug,rust_sysroot=debug \
33
33
cargo run -p collector --bin collector -- \
34
34
profile_local llvm-lines $bindir /rustc Test \
35
35
--builds Debug \
You can’t perform that action at this time.
0 commit comments