From 98a1ec7556b70d57a7ec1312cbb47d0f4f9763be Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 30 Sep 2010 20:06:36 +0000 Subject: Improvements to output & message distribution for qpid-cpp-benchmark. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1003231 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Statistics.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/tests/Statistics.cpp') diff --git a/cpp/src/tests/Statistics.cpp b/cpp/src/tests/Statistics.cpp index 2452dc8be9..19531762b1 100644 --- a/cpp/src/tests/Statistics.cpp +++ b/cpp/src/tests/Statistics.cpp @@ -85,8 +85,6 @@ void ThroughputAndLatency::report(ostream& o) const { o << fixed << setprecision(2) << '\t' << min << '\t' << max << '\t' << total/samples; } - else - o << "\t[No latency samples]"; } ReporterBase::ReporterBase(ostream& o, int batch, bool wantHeader) -- cgit v1.2.1