Table of Contents

Class MinIterationCountAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll

Minimum count of target iterations that should be performed. The default value is 15. If you set this value to below 15, then MultimodalDistributionAnalyzer is not going to work.

public class MinIterationCountAttribute : JobMutatorConfigBaseAttribute, IConfigSource
Inheritance
MinIterationCountAttribute
Implements
Inherited Members

Constructors

MinIterationCountAttribute(int)

public MinIterationCountAttribute(int minTargetIterationCount)

Parameters

minTargetIterationCount int