Class IterationCountAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
How many target iterations should be performed If specified, MinIterationCount will be ignored. If specified, MaxIterationCount will be ignored.
public class IterationCountAttribute : JobMutatorConfigBaseAttribute, IConfigSource
- Inheritance
-
IterationCountAttribute
- Implements
- Inherited Members
Constructors
IterationCountAttribute(int)
public IterationCountAttribute(int targetIterationCount)
Parameters
targetIterationCount
int- How many target iterations should be performed If specified, will be ignored. If specified, will be ignored.