diff options
author | Alan Conway <aconway@apache.org> | 2010-09-30 20:06:36 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-09-30 20:06:36 +0000 |
commit | 98a1ec7556b70d57a7ec1312cbb47d0f4f9763be (patch) | |
tree | 287af90e8c61583ce42b7fa094d281c8be4b96b6 /cpp/src/tests/Statistics.cpp | |
parent | 2d6b93f90a82155fcae42c8bb941591764a79090 (diff) | |
download | qpid-python-98a1ec7556b70d57a7ec1312cbb47d0f4f9763be.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.cpp | 2 |
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) |