We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fd89e0 + 50795c5 commit fdb06edCopy full SHA for fdb06ed
collector/compile-benchmarks/README.md
@@ -177,7 +177,7 @@ Rust code being written today.
177
benchmark.
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
+ The `$CATEGORY` is probably `Primary`. `$ARTIFACT` is either `library` or `binary`, depending
181
on what kind of artifact does the benchmark build.
182
- It makes it easier for reviewers if you split things into two commits.
183
- In the first commit, just add the code for the entire benchmark.
0 commit comments