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