Skip to content

Commit 38ee7b5

Browse files
committed
update help page
1 parent 5eb02b8 commit 38ee7b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/frontend/templates/pages/help.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ <h3><b><code>@rust-timer</code> commands</b></h3>
5353
If you select a non-default profile, rustc-perf will also gather data for this profile for the
5454
parent/baseline commit, so that we have something to compare to.
5555
</li>
56+
<li><code>targets=&lt;TARGETS&gt;</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>
5660
</ul>
5761
<p><code>@rust-timer build $commit</code> will queue a perf run for the given commit
5862
<code>$commit</code>.

0 commit comments

Comments
 (0)