Interface | Description |
---|---|
Evaluator<T> |
Provides an way to evaluate conditions during the test execution
|
Class | Description |
---|---|
HardLatencyEvaluator |
A latency evaluator that causes the test to fail if the maximum recorded latency is greater
than the threshold value
|
LatencyEvaluator |
A evaluator that checks if the latency is greater than a certain threshold
|
SoftLatencyEvaluator |
A latency evaluator that causes the test to fail if the recorded latency at a given percentile is greater
than the threshold value
|
This documentation was released into the public domain.