Skip to content

Commit 5b0e9b9

Browse files
committed
Remove check for measureme binaries being installed when benchmarking
1 parent b8f1574 commit 5b0e9b9

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
@@ -1589,12 +1589,6 @@ fn bench_compile(
15891589
shared.artifact_id, shared.toolchain.triple
15901590
);
15911591

1592-
if config.is_self_profile {
1593-
if let Err(e) = check_measureme_installed() {
1594-
panic!("{}Or omit --self-profile` to opt out\n", e);
1595-
}
1596-
}
1597-
15981592
let bench_rustc = config.bench_rustc;
15991593

16001594
let start = Instant::now();

0 commit comments

Comments
 (0)