Package io.trino.benchmark
Class AverageBenchmarkResults
- java.lang.Object
-
- io.trino.benchmark.AverageBenchmarkResults
-
- All Implemented Interfaces:
BenchmarkResultHook
public class AverageBenchmarkResults extends Object implements BenchmarkResultHook
-
-
Constructor Summary
Constructors Constructor Description AverageBenchmarkResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkResultHookaddResults(Map<String,Long> results)voidfinished()Map<String,String>getAverageResultsStrings()Map<String,Double>getAverageResultsValues()
-
-
-
Method Detail
-
addResults
public BenchmarkResultHook addResults(Map<String,Long> results)
- Specified by:
addResultsin interfaceBenchmarkResultHook
-
finished
public void finished()
- Specified by:
finishedin interfaceBenchmarkResultHook
-
-