Class MaxIterationCountAttribute
Maximum count of target iterations that should be performed
The default value is 100
Implements
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.dll
Syntax
public class MaxIterationCountAttribute : JobMutatorConfigBaseAttribute, IConfigSource
Constructors
MaxIterationCountAttribute(Int32)
Declaration
public MaxIterationCountAttribute(int maxTargetIterationCount)
Parameters
Type | Name | Description |
---|---|---|
Int32 | maxTargetIterationCount |