public class TestConfig extends Object
| Constructor and Description |
|---|
TestConfig() |
| Modifier and Type | Method and Description |
|---|---|
TestConfig |
holdFor(Duration holdFor) |
TestConfig |
iterations(Integer iterations) |
TestConfig |
jmxFile(File jmxFile) |
TestConfig |
name(String name) |
TestConfig |
projectId(long projectId) |
TestConfig |
rampUp(Duration rampUp) |
TestConfig |
threadsPerEngine(Integer threadsPerEngine) |
TestConfig |
totalUsers(Integer totalUsers) |
public TestConfig name(String name)
public TestConfig projectId(long projectId)
public TestConfig jmxFile(File jmxFile)
public TestConfig totalUsers(Integer totalUsers)
public TestConfig rampUp(Duration rampUp)
public TestConfig iterations(Integer iterations)
public TestConfig holdFor(Duration holdFor)
public TestConfig threadsPerEngine(Integer threadsPerEngine)
Copyright © 2021. All rights reserved.