- All Implemented Interfaces:
- ComparisonStrategy<DefaultStrategyResult>
public class GCHeapComparisonStrategy
extends Object
implements ComparisonStrategy<DefaultStrategyResult>
A Default implementation of the comparison-strategy. The main goal of this
strategy is to compare the GC Heap use metrics
The goal of this comparison-strategy is to compare the GC Heap : Bytes in Use
of given agent specifier
It takes the average of the GC Heap 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 by a given threshold, the metric-path is said
be performing slow else performing under threshold limits
- Author:
- Avinash Chandwani