Class LatencyBenchmark
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.ui.tbshell.benchmark.LatencyBenchmark
-
@ParametersAreNonnullByDefault public class LatencyBenchmark extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LatencyBenchmark.Result
-
Constructor Summary
Constructors Constructor Description LatencyBenchmark()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LatencyBenchmark.Result
execute(RemoteTickDB tickDB, long warmUpTimeMs, long measurementTimeMs, ChannelAccessor accessor, int targetMessageRatePerSecond, int payloadSize)
-
-
-
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
-
-