PerformanceTestBaseWarmUp Property

Gets or sets whether there is an untested warm-up session before each test. Its duration equals to TestTime.
Default value: .

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
C#
public bool WarmUp { get; set; }

Property Value

Boolean

See Also