Class GroupBenchmarksByAttribute
Inheritance
GroupBenchmarksByAttribute
Assembly: BenchmarkDotNet.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class GroupBenchmarksByAttribute : Attribute, IConfigSource
Constructors
GroupBenchmarksByAttribute()
Declaration
protected GroupBenchmarksByAttribute()
GroupBenchmarksByAttribute(BenchmarkLogicalGroupRule[])
Declaration
public GroupBenchmarksByAttribute(params BenchmarkLogicalGroupRule[] rules)
Parameters
Properties
Config
Declaration
public IConfig Config { get; }
Property Value
Implements