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