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 0d0a9eb commit df568f3Copy full SHA for df568f3
test/src/com/rabbitmq/examples/BufferPerformanceMetrics.java
@@ -21,7 +21,7 @@
21
public class BufferPerformanceMetrics {
22
23
public static final int MESSAGE_COUNT = 100000;
24
- public static final byte[] MESSAGE = "Hello world".getBytes();
+ public static final byte[] MESSAGE = "".getBytes();
25
public static final int REPEATS = 1000000;
26
public static final int PEAK_SIZE = 20 * 1024;
27
0 commit comments