PerformanceTestBaseCollect Property

Gets or sets whether GC.Collect should be called before running the test cases.
Default value: .

Definition

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

Property Value

Boolean

See Also