Skip to content

Commit 10f993f

Browse files
authored
Merge pull request #2097 from nnethercote/fix-download
Give full path of binary in example `download` command.
2 parents a83dbff + 136e003 commit 10f993f

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
@@ -181,9 +181,10 @@ Rust code being written today.
181181
anything we should be aware of when using this crate as a compile-time
182182
benchmark.
183183
- 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.
187188
- It makes it easier for reviewers if you split things into two commits.
188189
- In the first commit, just add the code for the entire benchmark.
189190
- Do this by doing `git add` on the new directory.

0 commit comments

Comments
 (0)