| Class | Description |
|---|---|
| MeanLatencyComparisonStrategy |
A default implementation of ComparisonStrategy This required the output
format of Comparison strategies in DefaultStrategyResult format
This strategy fetches the Average Response times from the Agent specifier and
metric-specifier configured in the configuration against this strategy
It takes the average of the Average Response Time(ms) metric and compares the
current-build's metric path value with the bench-mark build's same
corresponding value It uses the threshold percentage value from the
configuration.
|
| StaticThresholdComparisonStrategy |
A default implementation of ComparisonStrategy This required the output
format of Comparison strategies in DefaultStrategyResult format
The goal of this comparison-strategy is to compare the current build's
performance with a given static threshold value.
|
Copyright © 2016–2021. All rights reserved.