Skip to content

Commit 136e003

Browse files
committed
Give full path of binary in example download command.
So it's easier to copy and paste.
1 parent fdb06ed commit 136e003

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

collector/compile-benchmarks/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,10 @@ Rust code being written today.
176176
anything we should be aware of when using this crate as a compile-time
177177
benchmark.
178178
- 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.
182183
- It makes it easier for reviewers if you split things into two commits.
183184
- In the first commit, just add the code for the entire benchmark.
184185
- Do this by doing `git add` on the new directory.

0 commit comments

Comments
 (0)