Skip to content

Commit c6bdda0

Browse files
committed
Remove test code
1 parent 92e60f8 commit c6bdda0

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
@@ -63,9 +63,6 @@ public class PerfTest {
6363
private static final Logger LOGGER = LoggerFactory.getLogger(PerfTest.class);
6464

6565
public static void main(String [] args, PerfTestOptions perfTestOptions) {
66-
args = ("--uri amqp://admin:[email protected]/%2f " +
67-
"-r 1000")
68-
.split(" ");
6966
SystemExiter systemExiter = perfTestOptions.systemExiter;
7067
Options options = getOptions();
7168
CommandLineParser parser = new GnuParser();

0 commit comments

Comments
 (0)