File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -1000,8 +1000,8 @@ impl TestResultComparison {
10001000 . unwrap ( ) ;
10011001 writeln ! (
10021002 summary,
1003- " (up to {:.1}% on `{}` builds of `{}`)" ,
1004- percent, self . scenario, self . benchmark
1003+ " (up to {:.1}% on `{}` builds of `{} {} `)" ,
1004+ percent, self . scenario, self . benchmark, self . profile
10051005 )
10061006 . unwrap ( ) ;
10071007 }
Original file line number Diff line number Diff line change @@ -54,8 +54,20 @@ <h3><b><code>@rust-timer</code> commands</b></h3>
5454 < code > <RUNS></ code > times.
5555 </ li >
5656 </ ul >
57- < p > < code > @rust-timer</ code > has more commands than just < code > @rust-timer queue</ code > , but the
58- < code > queue</ code > command is the most used.
57+ < p > < code > @rust-timer</ code > has
58+ < a href ="https://github.com/rust-lang/rustc-perf/blob/dcae222b6a7fbb4c9e21d95bc93313ebe5107c7c/site/src/request_handlers/github.rs#L12-L21 "> more commands</ a >
59+ than just < code > @rust-timer queue</ code > , but the < code > queue</ code > command is the most used.
60+ </ p >
61+ < p > < code > @rust-timer build $commit</ code > will queue a perf run for the given commit < code > $commit</ code > .
62+ It is usually invoked with the commit from a successful "try" run. (The
63+ < code > queue</ code > command can be seen as a shortcut that automatically selects the
64+ "try" run's commit for the < code > build</ code > command)
65+ This command also supports the same < code > include</ code > , < code > exclude</ code > , and < code > runs</ code > options
66+ as < code > @rust-timer queue</ code > .
67+ </ p >
68+ < p >
69+ The other two commands are a work in progress and will be documented here when they're
70+ finalized. They are dedicated to helping diagnose the cause of regressions in rollup PRs.
5971 </ p >
6072 < script src ="shared.js "> </ script >
6173</ body >
You can’t perform that action at this time.
0 commit comments