diff options
Diffstat (limited to 'cpp')
| -rwxr-xr-x | cpp/src/tests/qpid_cpp_benchmark | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/qpid_cpp_benchmark b/cpp/src/tests/qpid_cpp_benchmark index 0b940dc30a..26bebf0506 100755 --- a/cpp/src/tests/qpid_cpp_benchmark +++ b/cpp/src/tests/qpid_cpp_benchmark @@ -46,7 +46,7 @@ def start_receive(queue, opts): "--forever", "--print-content=no", "--report-total", - "--rate %s"%(opts.send_rate)], + ], stdout=PIPE, stderr=STDOUT) def start_send(queue, opts): @@ -56,6 +56,7 @@ def start_send(queue, opts): "--count", str(opts.messages), "--send-eos", str(opts.receivers), "--content", "benchmark", + "--rate", str(opts.send_rate), "--report-total"], stdout=PIPE, stderr=STDOUT) |
