Table of Contents

Class StatisticalTestColumnAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true)]
public class StatisticalTestColumnAttribute : ColumnConfigBaseAttribute, IConfigSource
Inheritance
StatisticalTestColumnAttribute
Implements
Inherited Members

Constructors

StatisticalTestColumnAttribute()

public StatisticalTestColumnAttribute()

StatisticalTestColumnAttribute(string)

public StatisticalTestColumnAttribute(string threshold)

Parameters

threshold string

StatisticalTestColumnAttribute(string, SignificanceLevel)

public StatisticalTestColumnAttribute(string threshold, SignificanceLevel significanceLevel)

Parameters

threshold string
significanceLevel SignificanceLevel