PerformanceTestBaseTDelegate, TResultDoTest Method

Performs the test and returns the test results.

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
C#
public override IPerformanceTestResultCollection DoTest()

Return Value

IPerformanceTestResultCollection
An IPerformanceTestResultCollection instance containing the test results.

See Also