public static class AutoStopListener.ErrorsConditionBuilder extends AutoStopListener.CountMetricConditionBuilder
ret| Modifier | Constructor and Description |
|---|---|
protected |
ErrorsConditionBuilder(AutoStopConditionElement ret) |
| Modifier and Type | Method and Description |
|---|---|
AutoStopListener.AggregatedConditionBuilder<Double> |
percent()
Specifies to check the error percentage.
|
perSecond, totalprotected ErrorsConditionBuilder(AutoStopConditionElement ret)
public AutoStopListener.AggregatedConditionBuilder<Double> percent()
By default, the percentage is not reset during a test plan execution and is evaluated on each
sample result. This might lead to the value being "stuck" by past sample results. Check
AutoStopListener.AggregatedConditionBuilder.every(Duration) for more details.
Copyright © 2024. All rights reserved.