Show / Hide Table of Contents

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.

Extension Methods

RunStrategyExtensions.NeedsJitting()
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors