Skip to content

Commit 965619a

Browse files
committed
Delete commented out code
1 parent 0ce09fd commit 965619a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/rabbitmq/perf/PerfTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ public class PerfTest {
6969
private static final Logger LOGGER = LoggerFactory.getLogger(PerfTest.class);
7070

7171
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(" ");
7572
SystemExiter systemExiter = perfTestOptions.systemExiter;
7673
ShutdownService shutdownService = perfTestOptions.shutdownService;
7774
PrintStream consoleOut = perfTestOptions.consoleOut;

0 commit comments

Comments
 (0)