Table of Contents

Class MinWarmupCountAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll

Minimum count of warmup iterations that should be performed The default value is 6

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

Constructors

MinWarmupCountAttribute(int, bool)

public MinWarmupCountAttribute(int minWarmupCount, bool forceAutoWarmup = false)

Parameters

minWarmupCount int

Minimum count of warmup iterations that should be performed. The default value is 6

forceAutoWarmup bool

if set to true, will overwrite WarmupCount in the global config