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 bd65ef4 commit b8f1574Copy full SHA for b8f1574
collector/collect.sh
@@ -19,9 +19,6 @@ while : ; do
19
rustup update
20
cargo +nightly build --release -p collector
21
22
- # Install measureme tooling
23
- cargo install --git https://github.com/rust-lang/measureme --branch stable flamegraph crox summarize
24
-
25
target/release/collector bench_next $SITE_URL --self-profile --bench-rustc --db $DATABASE
26
STATUS=$?
27
echo finished run at `date` with exit code $STATUS
0 commit comments