Class AnyCategoriesFilter
Filter benchmarks which have any of the target categories
Implements
Namespace: BenchmarkDotNet.Filters
Assembly: BenchmarkDotNet.dll
Syntax
public class AnyCategoriesFilter : IFilter
  Constructors
AnyCategoriesFilter(String[])
Declaration
public AnyCategoriesFilter(string[] targetCategories)
  Parameters
| Type | Name | Description | 
|---|---|---|
| String[] | targetCategories | 
Methods
Predicate(BenchmarkCase)
Declaration
public bool Predicate(BenchmarkCase benchmarkCase)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BenchmarkCase | benchmarkCase | 
Returns
| Type | Description | 
|---|---|
| Boolean |