File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,11 @@ The following options alter the behaviour of the `bench_local` subcommand.
120
120
argument is a comma-separated list of benchmark prefixes. When this option is
121
121
specified, a benchmark is excluded from the run if its name matches one of
122
122
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 ` ).
123
128
- ` --id <ID> ` the identifier that will be used to identify the results in the
124
129
database.
125
130
- ` --include <INCLUDE> ` : the inverse of ` --exclude ` . The argument is a
You can’t perform that action at this time.
0 commit comments