We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c768083 commit 141adceCopy full SHA for 141adce
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 latest 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