Skip to content

Commit eca81cc

Browse files
authored
Merge pull request #1321 from rust-lang/toolchain-doc
Add a bit more documentation about using `rustc` commits for benchmarking directly
2 parents 1ac7f10 + 7f6f933 commit eca81cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

collector/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ The following arguments are mandatory.
8181
should choose consistently. **Alternatively**, it can be a `+`-prefixed
8282
toolchain specifier such as `+nightly` or
8383
`+f7bb8e3677ba4277914e85a3060e5d69151aed44` in which case `rustup` will be
84-
used to obtain the toolchain, downloading it if necessary.
84+
used to obtain the toolchain, downloading it if necessary. The commit SHA
85+
of the toolchain does not need to be in the `rustc` `master` branch, it can be e.g.
86+
the result of a `try` CI run. You will need to have
87+
[`rustup-toolchain-install-master`](https://github.com/kennytm/rustup-toolchain-install-master)
88+
installed in order for this to work.
8589

8690
The identifier under which the results will be put into the database varies.
8791
- If the `--id` option is specified, that identifer will be used.

0 commit comments

Comments
 (0)