public enum PerfConstraintViolation
Enumeration of possible perf constraint violations
| Enum Constant and Description |
|---|
TREND_AVG
Trend test, avg execution time
|
UNIT_AVG
Unit test, avg execution time
|
UNIT_MAX
Unit test, max execution time
|
| Modifier and Type | Method and Description |
|---|---|
kotlin.jvm.functions.Function1<cz.encircled.jput.model.PerfTestExecution,java.lang.String> |
getMessageProducer() |
public static PerfConstraintViolation UNIT_AVG
Unit test, avg execution time
public static PerfConstraintViolation UNIT_MAX
Unit test, max execution time
public static PerfConstraintViolation TREND_AVG
Trend test, avg execution time