@@ -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=<INCLUDE></ 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=<EXCLUDE></ 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=<RUNS></ code > configures how many times the benchmark is run. < code > <RUNS></ 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 > <RUNS></ code > times.
45- </ li >
4631 < li > < code > backends=<BACKENDS></ 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=<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 > .
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