Class ThroughputBenchmarkManager


  • @ParametersAreNonnullByDefault
    public class ThroughputBenchmarkManager
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void execute​(RemoteTickDB tickDB, long warmUpTimeMs, long measurementTimeMs, int iterations, java.util.List<BenchmarkChannelType> channelTypes, java.io.PrintStream out, int payloadSize)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThroughputBenchmarkManager

        public ThroughputBenchmarkManager()
    • Method Detail

      • execute

        public static void execute​(RemoteTickDB tickDB,
                                   long warmUpTimeMs,
                                   long measurementTimeMs,
                                   int iterations,
                                   java.util.List<BenchmarkChannelType> channelTypes,
                                   java.io.PrintStream out,
                                   int payloadSize)
                            throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException