Skip to content

Commit b8f1574

Browse files
committed
Stop installing measureme binaries in collector
1 parent bd65ef4 commit b8f1574

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

collector/collect.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ while : ; do
1919
rustup update
2020
cargo +nightly build --release -p collector
2121

22-
# Install measureme tooling
23-
cargo install --git https://github.com/rust-lang/measureme --branch stable flamegraph crox summarize
24-
2522
target/release/collector bench_next $SITE_URL --self-profile --bench-rustc --db $DATABASE
2623
STATUS=$?
2724
echo finished run at `date` with exit code $STATUS

0 commit comments

Comments
 (0)