Class RunnerSettings
NBench settings passed into the TestRunner, usually via end-user commandline.
This class is used to memoize NBench settings and record them in the benchmark output.
Inheritance
System.Object
RunnerSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NBench.Sdk
Assembly: NBench.dll
Syntax
public sealed class RunnerSettings
Properties
ConcurrentModeEnabled
Indicates if we're running in concurrent mode or not.
Declaration
public bool ConcurrentModeEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TracingEnabled
Indicates if tracing is enabled or not
Declaration
public bool TracingEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |