File tree 1 file changed +4
-3
lines changed
collector/compile-benchmarks
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -176,9 +176,10 @@ Rust code being written today.
176
176
anything we should be aware of when using this crate as a compile-time
177
177
benchmark.
178
178
- Look at [ crates.io] ( https://crates.io ) to find the latest (non-prerelease) version.
179
- - Download it with ` collector download -c $CATEGORY -a $ARTIFACT crate $NAME $VERSION ` .
180
- The ` $CATEGORY ` is probably ` Primary ` . ` $ARTIFACT ` is either ` library ` or ` binary ` , depending
181
- on what kind of artifact does the benchmark build.
179
+ - Download it with `target/release/collector download -c $CATEGORY -a
180
+ $ARTIFACT crate $NAME $VERSION` . The ` $CATEGORY` is probably ` Primary`.
181
+ ` $ARTIFACT ` is either ` library ` or ` binary ` , depending on what kind of
182
+ artifact does the benchmark build.
182
183
- It makes it easier for reviewers if you split things into two commits.
183
184
- In the first commit, just add the code for the entire benchmark.
184
185
- Do this by doing ` git add ` on the new directory.
You can’t perform that action at this time.
0 commit comments