Skip to content

Commit ac6c94c

Browse files
Merge pull request #1063 from rylev/update-measureme-tooling
Install measureme tooling in collect script
2 parents c768083 + 8f50544 commit ac6c94c

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 stable 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)