Skip to content

Commit 1183fa6

Browse files
Skip self profile collecting on CI
1 parent eb40414 commit 1183fa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/check-benchmarks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ git clone https://github.com/rust-lang-nursery/rustc-timing.git;
99
cargo build -p collector;
1010
RUST_BACKTRACE=1 RUST_LOG=collector=trace,rust_sysroot=debug \
1111
cargo run -p collector --bin collector -- \
12+
--skip-self-profile \
1213
--output-repo rustc-timing \
1314
--exclude servo,cargo,crates.io,packed-simd,sentry-cli,tuple-stress test_benchmarks;
1415
code=$?

0 commit comments

Comments
 (0)