Enum ListBenchmarkCaseMode
- Assembly
- BenchmarkDotNet.dll
public enum ListBenchmarkCaseMode
Fields
Disabled = 0Do not print any of the available full benchmark names.
Flat = 1Prints flat list of the available benchmark names.
Tree = 2Prints tree of the available full benchmark names.