Skip to content

Commit

Permalink
Delete commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Nov 19, 2024
1 parent 0ce09fd commit 965619a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/rabbitmq/perf/PerfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ public class PerfTest {
private static final Logger LOGGER = LoggerFactory.getLogger(PerfTest.class);

public static void main(String[] args, PerfTestOptions perfTestOptions) {
// args = "-qq -u qq -x 0 -y 4 -ms -D 50000".split(" ");
// args = "-qq -u qq -x 0 -y 4 -ms --exit-when idle".split(" ");
// args = "--rate 100".split(" ");
SystemExiter systemExiter = perfTestOptions.systemExiter;
ShutdownService shutdownService = perfTestOptions.shutdownService;
PrintStream consoleOut = perfTestOptions.consoleOut;
Expand Down

0 comments on commit 965619a

Please sign in to comment.