We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bacca1 commit 6fd5356Copy full SHA for 6fd5356
collector/src/bin/collector.rs
@@ -512,6 +512,10 @@ struct LocalOptions {
512
#[arg(long)]
513
exclude: Option<String>,
514
515
+ /// Exclude all benchmarks matching a suffix in this comma-separated list
516
+ #[arg(long)]
517
+ exclude_suffix: Option<String>,
518
+
519
/// Include only benchmarks matching a prefix in this comma-separated list
520
521
include: Option<String>,
0 commit comments