Class MaxRelativeErrorAttribute
Maximum acceptable error for a benchmark (by default, BenchmarkDotNet continue iterations until the actual error is less than the specified error).
The default value is 0.02.
Implements
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.dll
Syntax
public class MaxRelativeErrorAttribute : JobMutatorConfigBaseAttribute, IConfigSource
Constructors
MaxRelativeErrorAttribute(Double)
Declaration
public MaxRelativeErrorAttribute(double maxRelativeError)
Parameters
Type | Name | Description |
---|---|---|
Double | maxRelativeError |