Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion collector/compile-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Rust code being written today.
benchmark.
- Look at [crates.io](https://crates.io) to find the latest (non-prerelease) version.
- Download it with `collector download -c $CATEGORY -a $ARTIFACT crate $NAME $VERSION`.
The `$CATEGORY` is probably `primary`. `$ARTIFACT` is either `library` or `binary`, depending
The `$CATEGORY` is probably `Primary`. `$ARTIFACT` is either `library` or `binary`, depending
on what kind of artifact does the benchmark build.
- It makes it easier for reviewers if you split things into two commits.
- In the first commit, just add the code for the entire benchmark.
Expand Down
Loading