Skip to content

Commit 0f5d2be

Browse files
author
Simon MacMullen
committed
Oops
1 parent 3c5cc7f commit 0f5d2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private static void writeJSON(String outJSON) throws IOException {
7070
}
7171

7272
private static void runStaticBrokerTests(Scenario[] scenarios) throws Exception {
73-
Broker broker = Broker.DEFAULT;
73+
Broker broker = Broker.HIPE_COARSE;
7474
broker.start();
7575
runTests(scenarios);
7676
broker.stop();

0 commit comments

Comments
 (0)