orpiske opened a new pull request, #11279:
URL: https://github.com/apache/camel/pull/11279

   This should help offset the performance impacts of removing the cached 
QueueReference on d66469d6ac7243f0ae790c41a500965b885d3180
   
   **4.1 (this patch)**
   ```
   Benchmark                                         Mode  Cnt    Score    
Error   Units
   SedaRoundTripTest.sendBlocking                   thrpt   10  925.275 ±  
1.146  ops/ms
   SedaRoundTripTest.sendBlockingWithMultipleTypes  thrpt   10  229.778 ±  
0.107  ops/ms
   SedaRoundTripTest.sendBlockingWithMultipleTypes   avgt   10    0.004 ±  
0.001   ms/op
   SedaRoundTripTest.sendBlocking                      ss   10    0.163 ±  
0.035   ms/op
   SedaRoundTripTest.sendBlockingWithMultipleTypes     ss   10    0.570 ±  
0.047   ms/op
   ```
   
   **4.1 (without the patch)**
   ```
   Benchmark                                         Mode  Cnt    Score    
Error   Units
   SedaRoundTripTest.sendBlocking                   thrpt   10  915.329 ±  
0.320  ops/ms
   SedaRoundTripTest.sendBlockingWithMultipleTypes  thrpt   10  225.853 ±  
0.459  ops/ms
   SedaRoundTripTest.sendBlockingWithMultipleTypes   avgt   10    0.005 ±  
0.001   ms/op
   SedaRoundTripTest.sendBlocking                      ss   10    0.167 ±  
0.025   ms/op
   SedaRoundTripTest.sendBlockingWithMultipleTypes     ss   10    0.626 ±  
0.222   ms/op
   ```
   
   **4.0 (baseline)**
   ```
   Benchmark                                         Mode  Cnt    Score    
Error   Units
   SedaRoundTripTest.sendBlocking                   thrpt   10  922.456 ±  
0.462  ops/ms
   SedaRoundTripTest.sendBlockingWithMultipleTypes  thrpt   10  242.381 ±  
0.107  ops/ms
   SedaRoundTripTest.sendBlockingWithMultipleTypes   avgt   10    0.004 ±  
0.001   ms/op
   SedaRoundTripTest.sendBlocking                      ss   10    0.162 ±  
0.022   ms/op
   SedaRoundTripTest.sendBlockingWithMultipleTypes     ss   10    0.573 ±  
0.044   ms/op
   ```


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to