summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Statistics.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-09-30 20:06:36 +0000
committerAlan Conway <aconway@apache.org>2010-09-30 20:06:36 +0000
commit6608ef612fd529b3fd66ca04b0b9355edcfa0eab (patch)
tree287af90e8c61583ce42b7fa094d281c8be4b96b6 /cpp/src/tests/Statistics.cpp
parent30066884dbe0b3d051b50a95ba30cf824ed1a47e (diff)
downloadqpid-python-6608ef612fd529b3fd66ca04b0b9355edcfa0eab.tar.gz
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
Diffstat (limited to 'cpp/src/tests/Statistics.cpp')
-rw-r--r--cpp/src/tests/Statistics.cpp2
1 files changed, 0 insertions, 2 deletions
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)