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 28daa23 commit fe07ae3Copy full SHA for fe07ae3
ci/check-benchmarks.sh
@@ -5,7 +5,6 @@ set -x;
5
bash -c "while true; do sleep 30; echo \$(date) - running ...; done" &
6
PING_LOOP_PID=$!
7
trap - ERR
8
-git clone https://github.com/rust-lang/rustc-timing.git;
9
cargo build -p collector;
10
RUST_BACKTRACE=1 RUST_LOG=collector=trace,rust_sysroot=debug \
11
cargo run -p collector --bin collector -- \
0 commit comments