Class AttributesFilter
- Namespace
- BenchmarkDotNet.Filters
- Assembly
- BenchmarkDotNet.dll
filters benchmarks by provided attribute names
public class AttributesFilter : IFilter
- Inheritance
-
AttributesFilter
- Implements
Constructors
AttributesFilter(string[])
public AttributesFilter(string[] attributes)
Parameters
attributes
string[]- filters benchmarks by provided attribute names
Methods
Predicate(BenchmarkCase)
public bool Predicate(BenchmarkCase benchmarkCase)
Parameters
benchmarkCase
BenchmarkCase- filters benchmarks by provided attribute names
Returns
- bool
- filters benchmarks by provided attribute names