Table of Contents

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[]

Methods

Predicate(BenchmarkCase)

public bool Predicate(BenchmarkCase benchmarkCase)

Parameters

benchmarkCase BenchmarkCase

Returns

bool