public PerformanceTrend
| Modifier and Type | Method and Description |
|---|---|
double |
averageTimeThreshold()
Static average time threshold.
|
SelectionStrategy |
sampleSelectionStrategy()
Defines the way,
|
int |
sampleSize()
Sample size which is used for trend analysis,
|
boolean |
useStandardDeviationAsThreshold()
if true - use the sample standard deviation as an average time threshold
|
int sampleSize()
Sample size which is used for trend analysis,
i.e. only specified count of previous test executions will be used for analysis
SelectionStrategy sampleSelectionStrategy()
Defines the way,
how the sample (a subset of results) should be chosen from the all available previous results
double averageTimeThreshold()
Static average time threshold.
Performance trend test will fail if average execution time is greater than sample average time plus given threshold
boolean useStandardDeviationAsThreshold()
if true - use the sample standard deviation as an average time threshold
Performance trend test will fail if average execution time is greater than sample average time + threshold