Package | Description |
---|---|
org.maestro.common.evaluators | |
org.maestro.worker.common |
Modifier and Type | Class and Description |
---|---|
class |
HardLatencyEvaluator
A latency evaluator that causes the test to fail if the maximum recorded latency is greater
than the threshold value
|
class |
SoftLatencyEvaluator
A latency evaluator that causes the test to fail if the recorded latency at a given percentile is greater
than the threshold value
|
Constructor and Description |
---|
WorkerLatencyWriter(File reportFolder,
List<? extends MaestroWorker> workers,
LatencyEvaluator latencyEvaluator,
long reportingIntervalMs) |
This documentation was released into the public domain.