public ResultRecorder
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResultRecorder.DefaultImpls |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTrendResult(PerfTestExecution execution)
Append the new execution result
|
void |
flush()
Flush appended data to the storage
|
java.util.List<java.lang.Long> |
getSample(PerfTestExecution execution)
Fetch execution times sample for the given execution
|
java.util.Map<java.lang.String,java.lang.String> |
getUserDefinedEnvParams()
Get user-defined environment parameters, which should be persisted along with test results
|
<T> java.util.List<T> |
subList(java.util.List<? extends T> sample,
int size,
SelectionStrategy strategy)
Select sub list of given size from sample according to the given strategy
|
java.util.List<java.lang.Long> getSample(PerfTestExecution execution)
Fetch execution times sample for the given execution
<T> java.util.List<T> subList(java.util.List<? extends T> sample,
int size,
SelectionStrategy strategy)
Select sub list of given size from sample according to the given strategy
java.util.Map<java.lang.String,java.lang.String> getUserDefinedEnvParams()
Get user-defined environment parameters, which should be persisted along with test results
void appendTrendResult(PerfTestExecution execution)
Append the new execution result
void flush()
Flush appended data to the storage