You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/06/29 02:40:34 UTC

[pulsar] branch master updated (a3a63a3 -> f8080f4)

This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from a3a63a3  Fix bug related to managedLedger properties (#7357)
     add f8080f4  [C++] Show bytes throughput for performance tests (#7371)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/CMakeLists.txt             |   4 +
 pulsar-client-cpp/examples/SampleConsumer.cc |   1 -
 pulsar-client-cpp/perf/PerfConsumer.cc       | 110 +++++++++---------
 pulsar-client-cpp/perf/PerfProducer.cc       | 162 ++++++++++++++-------------
 pulsar-client-cpp/perf/RateLimiter.h         |  21 ++--
 5 files changed, 154 insertions(+), 144 deletions(-)