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 3c5cc7f commit 0f5d2beCopy full SHA for 0f5d2be
test/src/com/rabbitmq/examples/perf/PerformanceMain.java
@@ -70,7 +70,7 @@ private static void writeJSON(String outJSON) throws IOException {
70
}
71
72
private static void runStaticBrokerTests(Scenario[] scenarios) throws Exception {
73
- Broker broker = Broker.DEFAULT;
+ Broker broker = Broker.HIPE_COARSE;
74
broker.start();
75
runTests(scenarios);
76
broker.stop();
0 commit comments