Class WarmupCountAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
How many warmup iterations should be performed.
public class WarmupCountAttribute : JobMutatorConfigBaseAttribute, IConfigSource
- Inheritance
-
WarmupCountAttribute
- Implements
- Inherited Members
Constructors
WarmupCountAttribute(int)
public WarmupCountAttribute(int warmupCount)
Parameters
warmupCount
int- How many warmup iterations should be performed.