diff options
| author | Gordon Sim <gsim@apache.org> | 2008-07-25 14:54:44 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-07-25 14:54:44 +0000 |
| commit | 359d46edc5cf6fbd434305936c1f1e8d6bb25905 (patch) | |
| tree | dfbcf3186e0d9fe42a9ce36abbdb424988fdb850 /cpp | |
| parent | 1ce91a21e53358cfdb88203a7d00f9e99c4f5487 (diff) | |
| download | qpid-python-359d46edc5cf6fbd434305936c1f1e8d6bb25905.tar.gz | |
Reduce the size of messages in fanout perftest to keep the queues from getting too large.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@679822 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rwxr-xr-x | cpp/src/tests/fanout_perftest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/fanout_perftest b/cpp/src/tests/fanout_perftest index 602aac25b7..a71a748232 100755 --- a/cpp/src/tests/fanout_perftest +++ b/cpp/src/tests/fanout_perftest @@ -1,2 +1,2 @@ #!/bin/sh -exec `dirname $0`/run_perftest 10000 --mode fanout --npubs 16 --nsubs 16 +exec `dirname $0`/run_perftest 10000 --mode fanout --npubs 16 --nsubs 16 --size 64 |
