public TrendAnalyzer
| Modifier and Type | Method and Description |
|---|---|
java.util.List<cz.encircled.jput.model.PerfConstraintViolation> |
analyzeTestTrend(PerfTestExecution execution,
java.util.List<java.lang.Long> sample)
sample represents times of previous executions in ms, which is used for trend analysis
|
java.util.List<cz.encircled.jput.model.PerfConstraintViolation> analyzeTestTrend(PerfTestExecution execution, java.util.List<java.lang.Long> sample)
sample represents times of previous executions in ms, which is used for trend analysis
execution - current test execution