Class BenchmarkStatusReporter
java.lang.Object
io.trino.benchto.driver.listeners.benchmark.BenchmarkStatusReporter
-
Constructor Summary
ConstructorsConstructorDescriptionBenchmarkStatusReporter(List<BenchmarkExecutionListener> executionListeners) -
Method Summary
Modifier and TypeMethodDescriptionvoidawaitAllFutures(long timeout, TimeUnit unit) voidvoidreportBenchmarkFinished(BenchmarkExecutionResult benchmarkExecutionResult) voidreportBenchmarkStarted(Benchmark benchmark) voidreportConcurrencyTestExecutionFinished(List<QueryExecutionResult> executionResults) voidreportExecutionFinished(QueryExecutionResult queryExecutionResult) voidreportExecutionStarted(QueryExecution queryExecution)
-
Constructor Details
-
BenchmarkStatusReporter
-
-
Method Details
-
processCompletedFutures
public void processCompletedFutures() -
awaitAllFutures
-
reportBenchmarkStarted
-
reportBenchmarkFinished
-
reportExecutionStarted
-
reportExecutionFinished
-
reportConcurrencyTestExecutionFinished
-