Skip to content

Commit 7dd7436

Browse files
committed
Remove check for measureme binaries being installed when benchmarking
1 parent e7ed89e commit 7dd7436

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

collector/src/bin/collector.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,12 +1593,6 @@ fn bench_compile(
15931593
shared.artifact_id, shared.toolchain.triple
15941594
);
15951595

1596-
if config.is_self_profile {
1597-
if let Err(e) = check_measureme_installed() {
1598-
panic!("{}Or omit --self-profile` to opt out\n", e);
1599-
}
1600-
}
1601-
16021596
let bench_rustc = config.bench_rustc;
16031597

16041598
let start = Instant::now();

0 commit comments

Comments
 (0)