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 eb40414 commit 1183fa6Copy full SHA for 1183fa6
ci/check-benchmarks.sh
@@ -9,6 +9,7 @@ git clone https://github.com/rust-lang-nursery/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 -- \
12
+ --skip-self-profile \
13
--output-repo rustc-timing \
14
--exclude servo,cargo,crates.io,packed-simd,sentry-cli,tuple-stress test_benchmarks;
15
code=$?
0 commit comments