diff options
author | Gordon Sim <gsim@apache.org> | 2008-07-25 15:03:46 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-07-25 15:03:46 +0000 |
commit | 392a810193480f8d3feb96dd51c4a153a06f979c (patch) | |
tree | 6718df88bc36015310d1a6a094d7540f07bcf9ac | |
parent | 7c85133630b56456f45bb53b4f0aeba82b0974f9 (diff) | |
download | qpid-python-392a810193480f8d3feb96dd51c4a153a06f979c.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/branches/qpid.0-10@679827 13f79535-47bb-0310-9956-ffa450edef68
-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 |