PerformanceTestBaseWarmUp Property
Gets or sets whether there is an untested warm-up session before each test.
Its duration equals to
TestTime.
Default value:
.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
public bool WarmUp { get; set; }
Public Property WarmUp As Boolean
Get
Set
public:
property bool WarmUp {
bool get ();
void set (bool value);
}
member WarmUp : bool with get, set
Property Value
Boolean