Skip to content

Commit 06ddbd3

Browse files
author
David R. MacIver
committed
use more messages for BufferPerformanceMetric
1 parent c57c0ee commit 06ddbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/examples/BufferPerformanceMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class BufferPerformanceMetrics{
2222
public static final String QUEUE = "performance-test-queue";
2323
public static final String EXCHANGE = "performance-test-exchange";
2424
public static final String ROUTING_KEY = "performance-test-rk";
25-
public static final int MESSAGE_COUNT = 10000;
25+
public static final int MESSAGE_COUNT = 100000;
2626
public static final byte[] MESSAGE = "Hello world".getBytes();
2727
public static double NANOSECONDS_PER_SECOND = 1000 * 1000 * 1000;
2828
public static final int REPEATS = 1000000;

0 commit comments

Comments
 (0)