Skip to content

Commit

Permalink
remove outdated bot commands from the help page
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Aug 30, 2022
1 parent 448b064 commit cbf79a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions site/static/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,13 @@ <h3><b><code>@rust-timer</code> commands</b></h3>
<code>&lt;RUNS&gt;</code> times.
</li>
</ul>
<p><code>@rust-timer</code> has
<a href="https://github.com/rust-lang/rustc-perf/blob/dcae222b6a7fbb4c9e21d95bc93313ebe5107c7c/site/src/request_handlers/github.rs#L12-L21">more commands</a>
than just <code>@rust-timer queue</code>, but the <code>queue</code> command is the most used.
</p>
<p><code>@rust-timer build $commit</code> will queue a perf run for the given commit <code>$commit</code>.
It is usually invoked with the commit from a successful "try" run. (The
<code>queue</code> command can be seen as a shortcut that automatically selects the
"try" run's commit for the <code>build</code> command)
This command also supports the same <code>include</code>, <code>exclude</code>, and <code>runs</code> options
as <code>@rust-timer queue</code>.
</p>
<p>
The other two commands are a work in progress and will be documented here when they're
finalized. They are dedicated to helping diagnose the cause of regressions in rollup PRs.
</p>
<script src="shared.js"></script>
</body>

Expand Down

0 comments on commit cbf79a4

Please sign in to comment.