Package io.trino.benchmark
Interface BenchmarkResultHook
-
- All Known Implementing Classes:
AverageBenchmarkResults,JsonAvgBenchmarkResultWriter,JsonBenchmarkResultWriter,OdsBenchmarkResultWriter,SimpleLineBenchmarkResultWriter
public interface BenchmarkResultHook
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BenchmarkResultHookaddResults(Map<String,Long> results)voidfinished()
-
-
-
Method Detail
-
addResults
BenchmarkResultHook addResults(Map<String,Long> results)
-
finished
void finished()
-
-