We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb02b8 commit 38ee7b5Copy full SHA for 38ee7b5
site/frontend/templates/pages/help.html
@@ -53,6 +53,10 @@ <h3><b><code>@rust-timer</code> commands</b></h3>
53
If you select a non-default profile, rustc-perf will also gather data for this profile for the
54
parent/baseline commit, so that we have something to compare to.
55
</li>
56
+ <li><code>targets=<TARGETS></code> configures which targets should be benchmarked.
57
+ If no targets are provided <code>x86_64-unknown-linux-gnu</code> is the default.
58
+ Please note presently the only valid option is <code>x86_64-unknown-linux-gnu</code>.
59
+ </li>
60
</ul>
61
<p><code>@rust-timer build $commit</code> will queue a perf run for the given commit
62
<code>$commit</code>.
0 commit comments