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
IsDefaultCharacteristic
public static readonly Characteristic<bool> IsDefaultCharacteristic
Field Value
IsMutatorCharacteristic
public static readonly Characteristic<bool> IsMutatorCharacteristic
Field Value
Properties
Baseline
public bool Baseline { get; set; }
Property Value
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
IsMutator
mutator job should not be added to the config, but instead applied to other jobs in given config
public bool IsMutator { get; set; }