Skip to content

Commit 141adce

Browse files
committed
Install measureme tooling in collect script
1 parent c768083 commit 141adce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

collector/collect.sh

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ while : ; do
1515
git reset --hard @{upstream}
1616
cargo +nightly build --release -p collector
1717

18+
# Install measureme tooling
19+
cargo install --git https://github.com/rust-lang/measureme --branch latest flamegraph crox summarize
20+
1821
touch todo-artifacts
1922
for x in $(cat todo-artifacts) ; do
2023
echo "Benching $x from todo-artifacts"

0 commit comments

Comments
 (0)