Class GlobFilter
filters benchmarks by provided glob patterns
Implements
Namespace: BenchmarkDotNet.Filters
Assembly: BenchmarkDotNet.dll
Syntax
public class GlobFilter : IFilter
  Constructors
GlobFilter(String[])
Declaration
public GlobFilter(string[] patterns)
  Parameters
| Type | Name | Description | 
|---|---|---|
| String[] | patterns | 
Methods
Predicate(BenchmarkCase)
Declaration
public bool Predicate(BenchmarkCase benchmarkCase)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BenchmarkCase | benchmarkCase | 
Returns
| Type | Description | 
|---|---|
| Boolean |