Class JsonAvgBenchmarkResultWriter

java.lang.Object
io.trino.benchmark.JsonAvgBenchmarkResultWriter
All Implemented Interfaces:
BenchmarkResultHook

public class JsonAvgBenchmarkResultWriter extends Object implements BenchmarkResultHook
  • 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

      public JsonAvgBenchmarkResultWriter(OutputStream outputStream)
  • Method Details