| Package | Description |
|---|---|
| io.rainfall | |
| io.rainfall.execution |
| Modifier and Type | Method and Description |
|---|---|
ScenarioRun |
ScenarioRun.executed(Execution... executions) |
ScenarioRun |
ScenarioRun.warmup(Execution execution) |
| Modifier and Type | Class and Description |
|---|---|
class |
InParallel
Execute scenario a number of times concurrently, repeat it every time measurement, during a time period
|
class |
NothingFor
This will do nothing for a certain amount of time.
|
class |
Pattern |
class |
Ramp |
class |
Repeat |
class |
RunsDuring
Execute the
Scenario for a period of time |
class |
SineRamp |
class |
Times
executes the operations an amount of times
|
class |
WarmUp
Execute the
Scenario for a period of time |
| Modifier and Type | Method and Description |
|---|---|
static Execution |
Executions.once(int nb,
Unit unit) |
| Modifier and Type | Method and Description |
|---|---|
static Repeat |
Executions.repeat(int executionCount,
Execution... executions) |
| Constructor and Description |
|---|
Repeat(int executionCount,
Execution[] executions) |
Copyright © 2023. All rights reserved.