Skip to content

Commit 88112a5

Browse files
committed
document --exclude-suffix option
1 parent 8804f41 commit 88112a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

collector/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ The following options alter the behaviour of the `bench_local` subcommand.
120120
argument is a comma-separated list of benchmark prefixes. When this option is
121121
specified, a benchmark is excluded from the run if its name matches one of
122122
the given prefixes.
123+
- `--exclude-suffix <EXCLUDE>`: this is used to run a subset of the benchmarks. The
124+
argument is a comma-separated list of benchmark suffixes. When this option is
125+
specified, a benchmark is excluded from the run if its name matches one of
126+
the given suffixes. This can be useful to quickly exclude the benchmarks
127+
dedicated to artifact sizes (ending with `-tiny`).
123128
- `--id <ID>` the identifier that will be used to identify the results in the
124129
database.
125130
- `--include <INCLUDE>`: the inverse of `--exclude`. The argument is a

0 commit comments

Comments
 (0)