Table of Contents

Enum ListBenchmarkCaseMode

Namespace
BenchmarkDotNet.ConsoleArguments.ListBenchmarks
Assembly
BenchmarkDotNet.dll
public enum ListBenchmarkCaseMode

Fields

Disabled = 0

Do not print any of the available full benchmark names.

Flat = 1

Prints flat list of the available benchmark names.

Tree = 2

Prints tree of the available full benchmark names.