Skip to content

Commit 873b066

Browse files
authored
Merge pull request #2362 from Kobzol/remove-unused-benchmark-params
Remove unused try benchmark request parameters
2 parents 76ccbc3 + 8e4e4db commit 873b066

File tree

2 files changed

+37
-112
lines changed

2 files changed

+37
-112
lines changed

site/frontend/templates/pages/help.html

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,6 @@ <h3><b><code>@rust-timer</code> commands</b></h3>
2828
</p>
2929
<p><code>@rust-timer queue</code> has a few extra options that can be useful:</p>
3030
<ul>
31-
<li><code>include=&lt;INCLUDE&gt;</code> is a comma-separated list of benchmark prefixes. A
32-
benchmark is included in
33-
the run only if its name matches one of the given prefixes.
34-
</li>
35-
<li><code>exclude=&lt;EXCLUDE&gt;</code> is a comma-separated list of benchmark prefixes, and
36-
the inverse of <code>include=</code>.
37-
A benchmark is excluded from the run if its name matches one of the given prefixes.
38-
</li>
39-
<li><code>runs=&lt;RUNS&gt;</code> configures how many times the benchmark is run. <code>&lt;RUNS&gt;</code>
40-
is an integer. All benchmarks run at least once by default, but some run more than one time.
41-
You can use
42-
the <code>runs</code> option to override the default run count and make every benchmark run
43-
for
44-
<code>&lt;RUNS&gt;</code> times.
45-
</li>
4631
<li><code>backends=&lt;BACKENDS&gt;</code> configures which codegen backends should be
4732
benchmarked.
4833
By default, only the LLVM backend is benchmarked. If you select a non-default codegen backend,
@@ -54,8 +39,8 @@ <h3><b><code>@rust-timer</code> commands</b></h3>
5439
parent/baseline commit, so that we have something to compare to.
5540
</li>
5641
<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>.
42+
If no targets are provided <code>x86_64-unknown-linux-gnu</code> is the default.
43+
Please note presently the only valid option is <code>x86_64-unknown-linux-gnu</code>.
5944
</li>
6045
</ul>
6146
<p><code>@rust-timer build $commit</code> will queue a perf run for the given commit

0 commit comments

Comments
 (0)