Skip to content

Commit 9c63cc7

Browse files
authored
Merge pull request #1898 from chengr4/clarify-readme
clarity readme
2 parents d0ac611 + 15f5ee2 commit 9c63cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collector/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,9 +534,9 @@ binary artifacts (executables, libraries). You can compare the binary statistics
534534
./target/release/collector binary_stats compile `<rustc>` --include <benchmark name> --rustc2 <rustc>
535535
--backend <Llvm|Cranelift> --backend2 <Llvm|Cranelift>
536536
```
537-
- Arbitrary binary artifacts on disk:
537+
- Arbitrary binary/library on disk:
538538
```bash
539-
./target/release/collector binary_stats local `<artifact-path>` [<artifact-to-compare-to>]
539+
./target/release/collector binary_stats local `<binary/library path>` [<another binary/library path to compare to>]
540540
```
541541

542542
## How `rustc` wrapping works

0 commit comments

Comments
 (0)