Class MinWarmupCountAttribute
Minimum count of warmup iterations that should be performed The default value is 6
Implements
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.dll
Syntax
public class MinWarmupCountAttribute : JobMutatorConfigBaseAttribute, IConfigSource
Constructors
MinWarmupCountAttribute(Int32, Boolean)
Declaration
public MinWarmupCountAttribute(int minWarmupCount, bool forceAutoWarmup = false)
Parameters
Type | Name | Description |
---|---|---|
Int32 | minWarmupCount | Minimum count of warmup iterations that should be performed. The default value is 6 |
Boolean | forceAutoWarmup | if set to true, will overwrite WarmupCount in the global config |