From 2a619248a25442bd64e2eb7b92244f9715978802 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 26 Aug 2008 22:40:05 +0000 Subject: 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 --- cpp/src/tests/echotest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/echotest.cpp') 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; } } -- cgit v1.2.1