summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/qpid-cluster-benchmark
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-04-16 19:20:40 +0000
committerAlan Conway <aconway@apache.org>2012-04-16 19:20:40 +0000
commit9b4b4e7f0af23b49752583349df2086712fe2455 (patch)
tree848581b2fa35fc622b7fe33a63ec62ec5e57b0c1 /qpid/cpp/src/tests/qpid-cluster-benchmark
parentc121e4803971122f703730eb65c8d7bfdeec916f (diff)
downloadqpid-python-9b4b4e7f0af23b49752583349df2086712fe2455.tar.gz
NO-JIRA: Removed useless flow control code from qpid-send.
This code serves no purpose now that qpidd has producer flow control. Removed it to simplify the tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/qpid-cluster-benchmark')
-rwxr-xr-xqpid/cpp/src/tests/qpid-cluster-benchmark2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/qpid-cluster-benchmark b/qpid/cpp/src/tests/qpid-cluster-benchmark
index fec2eb0e96..610beacebd 100755
--- a/qpid/cpp/src/tests/qpid-cluster-benchmark
+++ b/qpid/cpp/src/tests/qpid-cluster-benchmark
@@ -22,7 +22,6 @@
# Default options
MESSAGES="-m 10000"
-FLOW="--flow-control 100" # Flow control limit on queue depth for latency.
REPEAT="--repeat 10"
QUEUES="-q 6"
SENDERS="-s 3"
@@ -38,7 +37,6 @@ while getopts "m:f:n:b:q:s:r:c:h:i:txyv-" opt; do
case $opt in
b) BROKERS="-b $OPTARG";;
c) CLIENT_HOSTS="-c $OPTARG";;
- f) FLOW="--flow-control $OPTARG";;
h) HEARTBEAT=$OPTARG;;
i) RECONNECT=$OPTARG;;
m) MESSAGES="-m $OPTARG";;