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