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
Derived
Inherited Members

Constructors

StatisticalTestColumnAttribute(StatisticalTestKind, ThresholdUnit, double, bool)

public StatisticalTestColumnAttribute(StatisticalTestKind testKind, ThresholdUnit thresholdUnit, double value, bool showPValues = false)

Parameters

testKind StatisticalTestKind
thresholdUnit ThresholdUnit
value double
showPValues bool

StatisticalTestColumnAttribute(StatisticalTestKind, bool)

public StatisticalTestColumnAttribute(StatisticalTestKind testKind, bool showPValues = false)

Parameters

testKind StatisticalTestKind
showPValues bool

StatisticalTestColumnAttribute(bool)

public StatisticalTestColumnAttribute(bool showPValues = false)

Parameters

showPValues bool