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