aldettinger commented on issue #5452: URL: https://github.com/apache/camel-quarkus/issues/5452#issuecomment-1778927702
After investigation comparing performance at specific commits, it's look like there are actually 2 regressions. A -5% mean throughput drop was introduced when [adopting Camel 4.0.1](https://github.com/apache/camel-quarkus/commit/9a6b7b32eebe6e1ad1a50c44b93b79cff61077f0) in Camel Quarkus. A -25% mean throughput drop was introduced when [adopting Camel 4.1.0](https://github.com/apache/camel-quarkus/commit/190cfbbf5c249592ad50a22254efe0fd41f999fa) in Camel Quarkus. So, we probably have issues impacting performance in commits: + between [Camel 4.0.0 and 4.0.1](https://github.com/apache/camel/compare/camel-4.0.0...camel-4.0.1) + between [Camel 4.0.1 and 4.1.0](https://github.com/apache/camel/compare/camel-4.0.1...camel-4.1.0) @orpiske @jamesnetherton @davsclaus Does it ring any bell ? We would be searching for something that would impact a camel application with: + dependency upon `camel-quarkus-platform-http` and transitive + a simple route ala `from("platform-http:/hello").transform(simple("Hello ${body}"));` -- 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