| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.blazemeter |
| Modifier and Type | Method and Description |
|---|---|
BlazeMeterEngine |
BlazeMeterEngine.availableDataTimeout(Duration availableDataTimeout)
Specifies a timeout for waiting for test data (metrics) to be available in BlazeMeter.
|
BlazeMeterEngine |
BlazeMeterEngine.holdFor(Duration holdFor)
Specifies the duration of time to keep the virtual users running, after the rampUp period.
|
BlazeMeterEngine |
BlazeMeterEngine.iterations(int iterations)
Specifies the number of iterations each virtual user will execute.
|
BlazeMeterEngine |
BlazeMeterEngine.projectId(long projectId)
Specifies the ID of the BlazeMeter project where to run the test.
|
BlazeMeterEngine |
BlazeMeterEngine.rampUpFor(Duration rampUp)
Sets the duration of time taken to start the specified total users.
|
BlazeMeterEngine |
BlazeMeterEngine.testName(String testName)
Sets the name of the BlazeMeter test to use.
|
BlazeMeterEngine |
BlazeMeterEngine.testTimeout(Duration testTimeout)
Specifies a timeout for the entire test execution.
|
BlazeMeterEngine |
BlazeMeterEngine.threadsPerEngine(int threadsPerEngine)
Specifies the number of threads/virtual users to use per BlazeMeter engine (host or
container).
|
BlazeMeterEngine |
BlazeMeterEngine.totalUsers(int totalUsers)
Specifies the number of virtual users to use when running the test.
|
Copyright © 2020. All rights reserved.