Skip to content

Commit cb9afcf

Browse files
author
Simon MacMullen
committed
Until we have better control over brokers, don't do anything, just use what's there.
1 parent c5b22e3 commit cb9afcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/src/com/rabbitmq/examples/perf/PerformanceMain.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ private static void writeJSON(String outJSON) throws IOException {
8585
}
8686

8787
private static void runStaticBrokerTests(Scenario[] scenarios) throws Exception {
88-
Broker broker = Broker.HIPE_COARSE;
89-
broker.start();
88+
// Broker broker = Broker.HIPE_COARSE;
89+
// broker.start();
9090
runTests(scenarios);
91-
broker.stop();
91+
// broker.stop();
9292
}
9393

9494
private static void runTests(Scenario[] scenarios) throws Exception {

0 commit comments

Comments
 (0)