Class MaxIterationCountAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
Maximum count of target iterations that should be performed
The default value is 100
public class MaxIterationCountAttribute : JobMutatorConfigBaseAttribute, IConfigSource
- Inheritance
-
MaxIterationCountAttribute
- Implements
- Inherited Members
Constructors
MaxIterationCountAttribute(int)
public MaxIterationCountAttribute(int maxTargetIterationCount)
Parameters
maxTargetIterationCount
int- Maximum count of target iterations that should be performed The default value is 100 If you set this value to below 15, then is not going to work