diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-01-24 16:30:50 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-24 16:30:50 +0000 |
| commit | accc7ef56797624356ba50f002c4844897bc9462 (patch) | |
| tree | ffdab83ca7a45b5e8c26a0b77053cc553a908028 /qpid/java/perftests/src | |
| parent | 35dabdb9069e9b4ccb1aefc2874e90275f9976e0 (diff) | |
| download | qpid-python-accc7ef56797624356ba50f002c4844897bc9462.tar.gz | |
Changed default MessageSize to 1024
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@499468 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/src')
| -rw-r--r-- | qpid/java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java b/qpid/java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java index 8fb10a97fe..fbc67881c2 100644 --- a/qpid/java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java +++ b/qpid/java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java @@ -89,7 +89,7 @@ public class PingTestPerf extends AsymptoticTestCase //implements TimingControll /**
* Holds the size of message body to attach to the ping messages.
*/
- protected static final int MESSAGE_SIZE_DEFAULT = 0;
+ protected static final int MESSAGE_SIZE_DEFAULT = 1024;
protected static final int BATCH_SIZE_DEFAULT = 1000;
|
