aldettinger commented on issue #5452:
URL: https://github.com/apache/camel-quarkus/issues/5452#issuecomment-1781078475

   @orpiske So there we stand, the reports are attached 
[there](https://github.com/apache/camel-quarkus/files/13177515/camel-perf-regression-flamegraphs.zip)
   
   And comparing flamegraphs before and after Camel 4.0.1 and 4.1.0 adoptions, 
both regressions are probably linked to some type conversion occurring in 
`VertxPlatformHttpSupport`.
   
   More precisely, comparing flamegraphs between Camel Quarkus 3.4.0 vs Camel 
Quarkus with adoption of Camel 4.1.0, far more time is spent in 
[`VertxPlatformHttpSupport.toHttpResponse`](https://github.com/apache/camel/blob/camel-4.1.0/components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpSupport.java#L52)
 (increase from 4.08% to 37.60%).
   
   And comparing flamegraphs between Camel Quarkus 3.4.0 vs Camel Quarkus with 
adoption of 4.0.1, there is also a bit more time spent in 
[`VertxPlatformHttpSupport.toHttpResponse`](https://github.com/apache/camel/blob/camel-4.0.1/components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpSupport.java#L52
   ) (increase from 4.56% to 10.54%)


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