Show / Hide Table of Contents

Enum RunMode

Namespace: BenchmarkDotNet.Diagnosers
Assembly: BenchmarkDotNet.dll
Syntax
public enum RunMode : byte

Fields

Name Description
ExtraRun

needs extra run of the benchmark

None

given diagnoser should not be executed for given benchmark

NoOverhead

no overhead, can be executed without extra run

SeparateLogic

implements some separate logic, that can be executed at any time

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