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 c57c0ee commit 06ddbd3Copy full SHA for 06ddbd3
test/src/com/rabbitmq/examples/BufferPerformanceMetrics.java
@@ -22,7 +22,7 @@ public class BufferPerformanceMetrics{
22
public static final String QUEUE = "performance-test-queue";
23
public static final String EXCHANGE = "performance-test-exchange";
24
public static final String ROUTING_KEY = "performance-test-rk";
25
- public static final int MESSAGE_COUNT = 10000;
+ public static final int MESSAGE_COUNT = 100000;
26
public static final byte[] MESSAGE = "Hello world".getBytes();
27
public static double NANOSECONDS_PER_SECOND = 1000 * 1000 * 1000;
28
public static final int REPEATS = 1000000;
0 commit comments