Enum RunStrategy
Namespace: BenchmarkDotNet.Engines
Assembly: BenchmarkDotNet.dll
Syntax
public enum RunStrategy
  Fields
| Name | Description | 
|---|---|
| ColdStart | A mode without overhead evaluating and warmup, with single invocation. Perfect for startup time evaluation.  | 
      
| Monitoring | A mode without overhead evaluating, with several target iterations. Perfect for macrobenchmarks without a steady state with high variance.  | 
      
| Throughput | Throughput mode. Perfect for microbenchmarking.  |