aldettinger opened a new issue, #5452: URL: https://github.com/apache/camel-quarkus/issues/5452
### Bug description A mean throughput performance drop has been captured on 10 minutes long runs , and it's confirmed on another machine with 1 hour long runs: ``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Native req/s [%increase] | Status | ------------------------------------------------------------------------------------------------------------------------------------- 3.4.0 | 10m | 40631.67 req/s [+0.00%] | 22104.40 req/s [+0.00%] | OK | 3.5.0 | 10m | 27947.75 req/s [-31.22%] | 14816.30 req/s [-32.97%] | Potential performance regression | ``` ``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Native req/s [%increase] | Status | ------------------------------------------------------------------------------------------------------------------------------------- 3.4.0 | 1h | 40683.59 req/s [+0.00%] | 22635.90 req/s [+0.00%] | OK | 3.5.0 | 1h | 28109.76 req/s [-30.91%] | 15045.40 req/s [-33.53%] | Potential performance regression | ``` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org