We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31069b commit 50795c5Copy full SHA for 50795c5
collector/compile-benchmarks/README.md
@@ -178,7 +178,7 @@ Rust code being written today.
178
benchmark.
179
- Look at [crates.io](https://crates.io) to find the latest (non-prerelease) version.
180
- Download it with `collector download -c $CATEGORY -a $ARTIFACT crate $NAME $VERSION`.
181
- The `$CATEGORY` is probably `primary`. `$ARTIFACT` is either `library` or `binary`, depending
+ The `$CATEGORY` is probably `Primary`. `$ARTIFACT` is either `library` or `binary`, depending
182
on what kind of artifact does the benchmark build.
183
- It makes it easier for reviewers if you split things into two commits.
184
- In the first commit, just add the code for the entire benchmark.
0 commit comments