Skip to content

Commit

Permalink
Add a perf. bot command and a link to its help page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jan 20, 2024
1 parent a0eee2c commit 4b5116a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/tests/perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,15 @@ suite against it.
After the performance tests finish, the bot will post a comment on the PR with
a summary and a link to a full report.

More details are available in the [perf collector
If you want to do a perf run for an already built artifact (e.g. for a previous try
build that wasn't benchmarked yet), you can run this instead:

`@rust-timer build <commit-sha>`

You cannot benchmark the same artifact twice though.

More information about the available perf bot commands can be found
[here](https://perf.rust-lang.org/help.html).

More details about the benchmarking process itself are available in the [perf collector
documentation](https://github.com/rust-lang/rustc-perf/blob/master/collector/README.md).

0 comments on commit 4b5116a

Please sign in to comment.