LoadTestCaseGetCurrentExpectedLoad Method |
Gets the current load (Iterations/second) of the current running performance test scenario.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public double GetCurrentExpectedLoad()
Public Function GetCurrentExpectedLoad As Double
public:
virtual double GetCurrentExpectedLoad() sealed
abstract GetCurrentExpectedLoad : unit -> float
override GetCurrentExpectedLoad : unit -> float
Return Value
Type:
Double
A
Double value represents the current load in numbers of iterations per second.
Implements
IPerformanceCountersGetCurrentExpectedLoadSee Also