| Package | Description |
|---|---|
| io.hyperfoil.api.config |
| Modifier and Type | Class and Description |
|---|---|
class |
PhaseBuilder<PB extends PhaseBuilder>
The builder creates a matrix of phases (not just single phase); we allow multiple iterations of a phase
(with increasing number of users) and multiple forks (different scenarios, but same configuration).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PhaseBuilder.Always |
static class |
PhaseBuilder.AtOnce |
static class |
PhaseBuilder.ConstantPerSec |
static class |
PhaseBuilder.RampPerSec |
static class |
PhaseBuilder.Sequentially |
| Modifier and Type | Method and Description |
|---|---|
PhaseBuilder |
ScenarioBuilder.endScenario() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhaseBuilder.readForksFrom(PhaseBuilder<?> other) |
| Constructor and Description |
|---|
PhaseForkBuilder(PhaseBuilder parent,
String name) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.