forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C++] Show bytes throughput for performance tests (apache#7371)
### Motivation The send callback changed after apache#4811 but message size cannot be retrieved from `MessageId`, so the statistics of message bytes were lost. ### Modifications - Format code in `examples` and `perf` directories; - Add a parameter to send callback to record each message's bytes count; - Enable round robin routing for partitioned topics. ------------- * Format perf and examples * Add statistics of message bytes * Enable round robin routing for partitioned topics
- Loading branch information
1 parent
a3a63a3
commit f8080f4
Showing
5 changed files
with
154 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.