We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c768083 + 8f50544 commit ac6c94cCopy full SHA for ac6c94c
collector/collect.sh
@@ -15,6 +15,9 @@ while : ; do
15
git reset --hard @{upstream}
16
cargo +nightly build --release -p collector
17
18
+ # Install measureme tooling
19
+ cargo install --git https://github.com/rust-lang/measureme --branch stable flamegraph crox summarize
20
+
21
touch todo-artifacts
22
for x in $(cat todo-artifacts) ; do
23
echo "Benching $x from todo-artifacts"
0 commit comments