We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce09fd commit 965619aCopy full SHA for 965619a
src/main/java/com/rabbitmq/perf/PerfTest.java
@@ -69,9 +69,6 @@ public class PerfTest {
69
private static final Logger LOGGER = LoggerFactory.getLogger(PerfTest.class);
70
71
public static void main(String[] args, PerfTestOptions perfTestOptions) {
72
- // args = "-qq -u qq -x 0 -y 4 -ms -D 50000".split(" ");
73
-// args = "-qq -u qq -x 0 -y 4 -ms --exit-when idle".split(" ");
74
-// args = "--rate 100".split(" ");
75
SystemExiter systemExiter = perfTestOptions.systemExiter;
76
ShutdownService shutdownService = perfTestOptions.shutdownService;
77
PrintStream consoleOut = perfTestOptions.consoleOut;
0 commit comments