diff options
author | Alan Conway <aconway@apache.org> | 2008-08-26 22:40:05 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-08-26 22:40:05 +0000 |
commit | 29c3598e6d8e5ee8d49f43b65cb99086667612d5 (patch) | |
tree | 0284ed8d6c207292889f5ffd6b62b1560b46a8af /qpid/cpp/src/tests/echotest.cpp | |
parent | eeb3180c4c2e7a200e959e54f5e20ed6df26439e (diff) | |
download | qpid-python-29c3598e6d8e5ee8d49f43b65cb99086667612d5.tar.gz |
echotest: tab separated.
benchmark: runs a set of tests & generates a tab-separated spreadsheet.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/echotest.cpp')
-rw-r--r-- | qpid/cpp/src/tests/echotest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/echotest.cpp b/qpid/cpp/src/tests/echotest.cpp index e3157303bd..a57e2de5ad 100644 --- a/qpid/cpp/src/tests/echotest.cpp +++ b/qpid/cpp/src/tests/echotest.cpp @@ -119,7 +119,7 @@ void Listener::received(Message& response) async(session).messageTransfer(arg::content=request); } else { subscriptions.cancel(queue); - if (summary) cout << min << " " << max << " " << total/limit << endl; + if (summary) cout << min << "\t" << max << "\t" << total/limit << endl; else cout << "min: " << min << " max: " << max << " average: " << total/limit << endl; } } |