Table of Contents

Class MetaMode

Namespace
BenchmarkDotNet.Jobs
Assembly
BenchmarkDotNet.dll
public class MetaMode : JobMode<MetaMode>
Inheritance
MetaMode
Inherited Members
Extension Methods

Constructors

MetaMode()

public MetaMode()

Fields

BaselineCharacteristic

public static readonly Characteristic<bool> BaselineCharacteristic

Field Value

Characteristic<bool>

IsDefaultCharacteristic

public static readonly Characteristic<bool> IsDefaultCharacteristic

Field Value

Characteristic<bool>

IsMutatorCharacteristic

public static readonly Characteristic<bool> IsMutatorCharacteristic

Field Value

Characteristic<bool>

Properties

Baseline

public bool Baseline { get; set; }

Property Value

bool

IsDefault

set to true if you want to specify custom default settings for default job used by console arguments parser

public bool IsDefault { get; set; }

Property Value

bool

IsMutator

mutator job should not be added to the config, but instead applied to other jobs in given config

public bool IsMutator { get; set; }

Property Value

bool