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 c5b22e3 commit cb9afcfCopy full SHA for cb9afcf
test/src/com/rabbitmq/examples/perf/PerformanceMain.java
@@ -85,10 +85,10 @@ private static void writeJSON(String outJSON) throws IOException {
85
}
86
87
private static void runStaticBrokerTests(Scenario[] scenarios) throws Exception {
88
- Broker broker = Broker.HIPE_COARSE;
89
- broker.start();
+// Broker broker = Broker.HIPE_COARSE;
+// broker.start();
90
runTests(scenarios);
91
- broker.stop();
+// broker.stop();
92
93
94
private static void runTests(Scenario[] scenarios) throws Exception {
0 commit comments