Class LatencyBenchmark


  • @ParametersAreNonnullByDefault
    public class LatencyBenchmark
    extends java.lang.Object
    • Constructor Detail

      • LatencyBenchmark

        public LatencyBenchmark()
    • Method Detail

      • execute

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