Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 deletions site/frontend/templates/pages/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@ <h3><b><code>@rust-timer</code> commands</b></h3>
</p>
<p><code>@rust-timer queue</code> has a few extra options that can be useful:</p>
<ul>
<li><code>include=&lt;INCLUDE&gt;</code> is a comma-separated list of benchmark prefixes. A
benchmark is included in
the run only if its name matches one of the given prefixes.
</li>
<li><code>exclude=&lt;EXCLUDE&gt;</code> is a comma-separated list of benchmark prefixes, and
the inverse of <code>include=</code>.
A benchmark is excluded from the run if its name matches one of the given prefixes.
</li>
<li><code>runs=&lt;RUNS&gt;</code> configures how many times the benchmark is run. <code>&lt;RUNS&gt;</code>
is an integer. All benchmarks run at least once by default, but some run more than one time.
You can use
the <code>runs</code> option to override the default run count and make every benchmark run
for
<code>&lt;RUNS&gt;</code> times.
</li>
<li><code>backends=&lt;BACKENDS&gt;</code> configures which codegen backends should be
benchmarked.
By default, only the LLVM backend is benchmarked. If you select a non-default codegen backend,
Expand All @@ -54,8 +39,8 @@ <h3><b><code>@rust-timer</code> commands</b></h3>
parent/baseline commit, so that we have something to compare to.
</li>
<li><code>targets=&lt;TARGETS&gt;</code> configures which targets should be benchmarked.
If no targets are provided <code>x86_64-unknown-linux-gnu</code> is the default.
Please note presently the only valid option is <code>x86_64-unknown-linux-gnu</code>.
If no targets are provided <code>x86_64-unknown-linux-gnu</code> is the default.
Please note presently the only valid option is <code>x86_64-unknown-linux-gnu</code>.
</li>
</ul>
<p><code>@rust-timer build $commit</code> will queue a perf run for the given commit
Expand Down
Loading
Loading