You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/11/18 05:43:00 UTC

[jira] [Resolved] (CAMEL-17019) Performance difference between camel-xslt 2.24.2 & 3.11.1

     [ https://issues.apache.org/jira/browse/CAMEL-17019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-17019.
---------------------------------
    Resolution: Information Provided

> Performance difference between camel-xslt 2.24.2 & 3.11.1
> ---------------------------------------------------------
>
>                 Key: CAMEL-17019
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17019
>             Project: Camel
>          Issue Type: Task
>          Components: camel-xslt
>    Affects Versions: 3.11.1
>            Reporter: Julien Greffe
>            Priority: Minor
>         Attachments: Screen Shot 2021-11-17 at 10.24.29 AM.png
>
>
> Hello,
> during some performances tests, we noticed a difference between camel-xslt 2.24.2 & 3.11.1.
> Here is a simplified repo to reproduce: https://github.com/jgreffe/camel-perf-xslt-test
> Please execute:
> - using JDK8: {{mvn clean test -Dcamel.test=2.24.2}}
> - using JDK11: {{mvn clean test -Dcamel.test=3.11.1}}
> We have these results:
> {code}
> [INFO] ********************************************************************************
> [INFO] Testing done: testMock(XSLTTest)
> [INFO] Took: 0.295 seconds (295 millis)
> [INFO] ********************************************************************************
> [INFO] Apache Camel 2.24.2 (CamelContext: camel-1) is shutting down
> {code}
> {code}
> [INFO] ********************************************************************************
> [INFO] Testing done: testMock (XSLTTest)
> [INFO] Took: 344ms (344 millis)
> [INFO] ********************************************************************************
> [INFO] Apache Camel 3.11.1 (camel-1) shutting down (timeout:10s)
> {code}
> Do you have an idea of root cause?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)