File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -1000,8 +1000,8 @@ impl TestResultComparison {
1000
1000
. unwrap ( ) ;
1001
1001
writeln ! (
1002
1002
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
1005
1005
)
1006
1006
. unwrap ( ) ;
1007
1007
}
Original file line number Diff line number Diff line change @@ -54,8 +54,20 @@ <h3><b><code>@rust-timer</code> commands</b></h3>
54
54
< code > <RUNS></ code > times.
55
55
</ li >
56
56
</ 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.
59
71
</ p >
60
72
< script src ="shared.js "> </ script >
61
73
</ body >
You can’t perform that action at this time.
0 commit comments