Skip to content

Commit df568f3

Browse files
author
Matthias Radestock
committed
make the payload as small as possible
1 parent 0d0a9eb commit df568f3

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
@@ -21,7 +21,7 @@
2121
public class BufferPerformanceMetrics {
2222

2323
public static final int MESSAGE_COUNT = 100000;
24-
public static final byte[] MESSAGE = "Hello world".getBytes();
24+
public static final byte[] MESSAGE = "".getBytes();
2525
public static final int REPEATS = 1000000;
2626
public static final int PEAK_SIZE = 20 * 1024;
2727

0 commit comments

Comments
 (0)