From 4b5116a5cf524c94d617219fe231c040c1d187ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 19 Jan 2024 09:19:34 +0100 Subject: [PATCH] Add a perf. bot command and a link to its help page --- src/tests/perf.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/tests/perf.md b/src/tests/perf.md index ac65faff1..d704a2497 100644 --- a/src/tests/perf.md +++ b/src/tests/perf.md @@ -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 ` + +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).