summaryrefslogtreecommitdiff
path: root/cpp/src/tests/echotest.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-26 22:40:05 +0000
committerAlan Conway <aconway@apache.org>2008-08-26 22:40:05 +0000
commit2a619248a25442bd64e2eb7b92244f9715978802 (patch)
tree3d79266a3103d6481368793664db868de506f46c /cpp/src/tests/echotest.cpp
parentc87f991235e60509690c17ced362a58fee397632 (diff)
downloadqpid-python-2a619248a25442bd64e2eb7b92244f9715978802.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/qpid@689274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/echotest.cpp')
-rw-r--r--cpp/src/tests/echotest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/echotest.cpp b/cpp/src/tests/echotest.cpp
index e3157303bd..a57e2de5ad 100644
--- a/cpp/src/tests/echotest.cpp
+++ b/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;
}
}