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 92e60f8 commit c6bdda0Copy full SHA for c6bdda0
src/main/java/com/rabbitmq/perf/PerfTest.java
@@ -63,9 +63,6 @@ public class PerfTest {
63
private static final Logger LOGGER = LoggerFactory.getLogger(PerfTest.class);
64
65
public static void main(String [] args, PerfTestOptions perfTestOptions) {
66
- args = ("--uri amqp://admin:[email protected]/%2f " +
67
- "-r 1000")
68
- .split(" ");
69
SystemExiter systemExiter = perfTestOptions.systemExiter;
70
Options options = getOptions();
71
CommandLineParser parser = new GnuParser();
0 commit comments