We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc1152 commit ff6282fCopy full SHA for ff6282f
src/tests/perf.md
@@ -46,5 +46,15 @@ suite against it.
46
After the performance tests finish, the bot will post a comment on the PR with
47
a summary and a link to a full report.
48
49
-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
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
60
documentation](https://github.com/rust-lang/rustc-perf/blob/master/collector/README.md).
0 commit comments