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 @@ -181,9 +181,10 @@ Rust code being written today.
181
181
anything we should be aware of when using this crate as a compile-time
182
182
benchmark.
183
183
- Look at [ crates.io] ( https://crates.io ) to find the latest (non-prerelease) version.
184
- - Download it with ` collector download -c $CATEGORY -a $ARTIFACT crate $NAME $VERSION ` .
185
- The ` $CATEGORY ` is probably ` Primary ` . ` $ARTIFACT ` is either ` library ` or ` binary ` , depending
186
- on what kind of artifact does the benchmark build.
184
+ - Download it with `target/release/collector download -c $CATEGORY -a
185
+ $ARTIFACT crate $NAME $VERSION` . The ` $CATEGORY` is probably ` Primary`.
186
+ ` $ARTIFACT ` is either ` library ` or ` binary ` , depending on what kind of
187
+ artifact does the benchmark build.
187
188
- It makes it easier for reviewers if you split things into two commits.
188
189
- In the first commit, just add the code for the entire benchmark.
189
190
- Do this by doing ` git add ` on the new directory.
You can’t perform that action at this time.
0 commit comments