Package io.trino.benchmark
Class JsonAvgBenchmarkResultWriter
java.lang.Object
io.trino.benchmark.JsonAvgBenchmarkResultWriter
- All Implemented Interfaces:
BenchmarkResultHook
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionlonglonglonglonglonglonglong -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
totalElapsedMillis
public long totalElapsedMillis -
totalInputRows
public long totalInputRows -
totalInputRowsPerSecond
public long totalInputRowsPerSecond -
totalOutputRows
public long totalOutputRows -
totalOutputRowsPerSecond
public long totalOutputRowsPerSecond -
totalInputMegabytes
public long totalInputMegabytes -
totalInputMegabytesPerSecond
public long totalInputMegabytesPerSecond
-
-
Constructor Details
-
JsonAvgBenchmarkResultWriter
-
-
Method Details
-
addResults
- Specified by:
addResultsin interfaceBenchmarkResultHook
-
finished
public void finished()- Specified by:
finishedin interfaceBenchmarkResultHook
-