Class LatencyBenchmarkManager
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.ui.tbshell.benchmark.LatencyBenchmarkManager
-
@ParametersAreNonnullByDefault public class LatencyBenchmarkManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LatencyBenchmarkManager()
-
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 targetMessageRatePerSecond, int payloadSize)
-
-
-
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 targetMessageRatePerSecond, int payloadSize) throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-