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