Class ThroughputBenchmarkManager
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.ui.tbshell.benchmark.ThroughputBenchmarkManager
-
@ParametersAreNonnullByDefault public class ThroughputBenchmarkManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ThroughputBenchmarkManager()
-
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)
-
-
-
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
-
-