franz1981 commented on pull request #3572:
URL: https://github.com/apache/activemq-artemis/pull/3572#issuecomment-841792315


   By using the improved broker configuration on 
https://github.com/apache/activemq-artemis/pull/3572#issuecomment-841788187, 
I've been able to run some tests with 32 producers/consumers and this PR is 
indeed delivering a huge speedup under heavy load
   
   `main`:
   ```
   **************
   RUN 1        EndToEnd Throughput: 51037 ops/sec
   **************
   EndToEnd SERVICE-TIME Latencies distribution in MICROSECONDS
   mean               2740.07
   min                 102.91
   50.00%              565.25
   90.00%             6258.69
   99.00%            48496.64
   99.90%            82837.50
   99.99%            95944.70
   max               96993.28
   count              3200000
   ```
   `this PR`:
   ```
   **************
   RUN 1        EndToEnd Throughput: 60405 ops/sec
   **************
   EndToEnd SERVICE-TIME Latencies distribution in MICROSECONDS
   mean                611.91
   min                  95.23
   50.00%              471.04
   90.00%              700.42
   99.00%             4358.14
   99.90%            10158.08
   99.99%            18350.08
   max               29097.98
   count              3200000
   ```


-- 
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