LoadTestCaseGetCurrentActualLoad Method |
Gets the current actual load (Iterations/second) of the current running performance test scenario. This indicator will ignore any iteration ignored by the limitation by max number of threads.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public double GetCurrentActualLoad()
Public Function GetCurrentActualLoad As Double
public:
virtual double GetCurrentActualLoad() sealed
abstract GetCurrentActualLoad : unit -> float
override GetCurrentActualLoad : unit -> float
Return Value
Type:
Double
A
Double value represents the current actual load in numbers of iterations per second.
Implements
IPerformanceCountersGetCurrentActualLoadSee Also