Class ThroughputBenchmark


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long execute​(RemoteTickDB tickDB, long warmUpTimeMs, long measurementTimeMs, ChannelAccessor accessor, int payloadSize)  
      • Methods inherited from class java.lang.Object

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

      • ThroughputBenchmark

        public ThroughputBenchmark()
    • Method Detail

      • execute

        public static long execute​(RemoteTickDB tickDB,
                                   long warmUpTimeMs,
                                   long measurementTimeMs,
                                   ChannelAccessor accessor,
                                   int payloadSize)
                            throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException