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 |