public class AverageBenchmarkResults extends Object implements BenchmarkResultHook
| Constructor and Description |
|---|
AverageBenchmarkResults() |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkResultHook |
addResults(Map<String,Long> results) |
void |
finished() |
Map<String,String> |
getAverageResultsStrings() |
Map<String,Double> |
getAverageResultsValues() |
public BenchmarkResultHook addResults(Map<String,Long> results)
addResults in interface BenchmarkResultHookpublic void finished()
finished in interface BenchmarkResultHookCopyright © 2012–2018. All rights reserved.