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)