PerformanceTestBaseIterations Property

Gets or sets number of iterations of test cases. If greater than zero, then TestTime is ignored.
Default value: 0.

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
C#
public int Iterations { get; set; }

Property Value

Int32

See Also