hangc0276 commented on pull request #9261:
URL: https://github.com/apache/pulsar/pull/9261#issuecomment-765176223


   I pressure test with pulser-perf reader
   ```
   1 process, 1 reader to consume 1 partition from earliest
   bin/pulsar-perf read -t 1 -q 10000 -u pulsar://xxx:6650 -i 10 -m earliest 
persistent://test/test/xxx-partition-0
   
   1 process, 3 reader to consume 3 partition from earliest
   bin/pulsar-perf read -t 3 -q 10000 -u pulsar://xxx:6650 -i 10 -m earliest 
persistent://test/test/xxx-partition
   ```
   
   The result as follow
   
   | version | reader | msgOut (msg/s) | bytesOut (Mbit/s) |
   | --- | --- | --- | --- |
   | pulsar-master | 3 reader | 36494.152 | 719.944 |
   | pulsar-master | 1 reader | 13201.557  | 260.447  | 
   | pulsar-master-patch | 3 reader  | 52088.967 | 1027.701 |
   | pulsar-master-patch | 1 reader  | 19219.543 | 379.273 |
   
   It has improved 45%.
   @315157973 @codelipenghui 
   
   For BatchReceive, I will test latter.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to