Uses of Interface
io.trino.benchmark.BenchmarkResultHook
-
-
Uses of BenchmarkResultHook in io.trino.benchmark
Classes in io.trino.benchmark that implement BenchmarkResultHook Modifier and Type Class Description classAverageBenchmarkResultsclassJsonAvgBenchmarkResultWriterclassJsonBenchmarkResultWriterclassOdsBenchmarkResultWriterclassSimpleLineBenchmarkResultWriterMethods in io.trino.benchmark that return BenchmarkResultHook Modifier and Type Method Description BenchmarkResultHookAverageBenchmarkResults. addResults(Map<String,Long> results)BenchmarkResultHookBenchmarkResultHook. addResults(Map<String,Long> results)BenchmarkResultHookJsonAvgBenchmarkResultWriter. addResults(Map<String,Long> results)BenchmarkResultHookJsonBenchmarkResultWriter. addResults(Map<String,Long> results)BenchmarkResultHookOdsBenchmarkResultWriter. addResults(Map<String,Long> results)BenchmarkResultHookSimpleLineBenchmarkResultWriter. addResults(Map<String,Long> results)Methods in io.trino.benchmark with parameters of type BenchmarkResultHook Modifier and Type Method Description voidAbstractBenchmark. runBenchmark(BenchmarkResultHook benchmarkResultHook)
-