Class SbkBenchmark

java.lang.Object
io.sbk.api.impl.SbkBenchmark
All Implemented Interfaces:
Benchmark

public final class SbkBenchmark extends Object implements Benchmark
Class for performing the benchmark.
  • Constructor Details

    • SbkBenchmark

      public SbkBenchmark(ParameterOptions params, Storage<Object> storage, DataType<Object> dType, @NotNull @NotNull RWLogger rwLogger, io.time.Time time) throws IOException
      Create SBK Benchmark.
      Parameters:
      params - Benchmarking input Parameters
      storage - Storage device/client/driver for benchmarking
      dType - Data Type.
      rwLogger - output logger
      time - time interface
      Throws:
      IOException - If Exception occurs.
  • Method Details