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