public class UnitPerformanceAnalyzerImpl implements UnitPerformanceAnalyzer
This analyzer verifies that execution times (avg, max etc) are within defined limits.
| Constructor and Description |
|---|
UnitPerformanceAnalyzerImpl()
This analyzer verifies that execution times (avg, max etc) are within defined limits.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<cz.encircled.jput.model.PerfConstraintViolation> |
analyzeUnitTrend(PerfTestExecution execution) |
analyzeUnitTrendpublic UnitPerformanceAnalyzerImpl()
This analyzer verifies that execution times (avg, max etc) are within defined limits.
public java.util.List<cz.encircled.jput.model.PerfConstraintViolation> analyzeUnitTrend(PerfTestExecution execution)