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 |
LatencyEvaluator
A evaluator that checks if the latency is greater than a certain threshold
|
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
|
Modifier and Type | Method and Description |
---|---|
LatencyStats |
WorkerContainer.latencyStats(Evaluator<?> evaluator)
Gets the latency statistics
|
void |
WorkerContainer.start(Evaluator<?> evaluator)
Start the execution of the workers for a predefined class
|
This documentation was released into the public domain.