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 | 90d1a072de027f7c67d47a875047027e3ef0c0a0 (patch) | |
| tree | a8f4bfee21779f550d3c670196d00b56c3dac27c /qpid/cpp/src/tests/Statistics.cpp | |
| parent | 877ddb37e8874084771aaa814589b3ae4c9e020c (diff) | |
| download | qpid-python-90d1a072de027f7c67d47a875047027e3ef0c0a0.tar.gz | |
Improvements to output & message distribution for qpid-cpp-benchmark.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1003231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Statistics.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/Statistics.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/Statistics.cpp b/qpid/cpp/src/tests/Statistics.cpp index 2452dc8be9..19531762b1 100644 --- a/qpid/cpp/src/tests/Statistics.cpp +++ b/qpid/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) |
