StressTestCaseGetLoad Method |
Gets the number of iterations should be run at the current time.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax protected override double GetLoad(
DateTime startTime,
TimeSpan dx
)
Protected Overrides Function GetLoad (
startTime As DateTime,
dx As TimeSpan
) As Double
protected:
virtual double GetLoad(
DateTime startTime,
TimeSpan dx
) override
abstract GetLoad :
startTime : DateTime *
dx : TimeSpan -> float
override GetLoad :
startTime : DateTime *
dx : TimeSpan -> float
Parameters
- startTime
- Type: SystemDateTime
The Time where the load test begins. This time is used to determine in which state the current test scenario is running - dx
- Type: SystemTimeSpan
The fragment of time where the current.
Return Value
Type:
Double
The number of iterations per second should be generated for the fragment of time.
See Also