- All Implemented Interfaces:
- ComparisonStrategy<DefaultStrategyResult>
public class MeanLatencyComparisonStrategy
extends Object
implements ComparisonStrategy<DefaultStrategyResult>
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. If the performance of a metric path is found to be greater
than bench-mark build's corresponding metric path value, the metric-path is
said be performing slow else performing under threshold limits
- Author:
- Avinash Chandwani