Skip to content

Commit 86547a3

Browse files
committed
Add a perf. bot command and a link to its help page
1 parent 1dc1152 commit 86547a3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: src/tests/perf.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,15 @@ suite against it.
4646
After the performance tests finish, the bot will post a comment on the PR with
4747
a summary and a link to a full report.
4848

49-
More details are available in the [perf collector
49+
If you want to do a perf run for an already built artifact (e.g. for a previous try
50+
build that wasn't benchmarked yet), you can run this instead:
51+
52+
`@rust-timer build <commit-sha>`
53+
54+
You cannot benchmark the same artifact twice though.
55+
56+
More information about the available perf bot commands can be found
57+
[here](https://perf.rust-lang.org/help.html).
58+
59+
More details about the benchmarking process itself are available in the [perf collector
5060
documentation](https://github.com/rust-lang/rustc-perf/blob/master/collector/README.md).

0 commit comments

Comments
 (0)