You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/22 08:46:15 UTC

[GitHub] [camel-quarkus] aldettinger commented on issue #4014: perf-regression: java.lang.NumberFormatException: For input string: "782,36"

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

   It can't be reproduced locally:
   
   ```
   [main_upstream @ perf-regression]$ java -jar target/quarkus-app/quarkus-run.jar -d 1s 2.9.0
   __  ____  __  _____   ___  __ ____  ______ 
    --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 
    -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \   
   --\___\_\____/_/ |_/_/|_/_/|_|\____/___/   
   2022-08-22 10:06:56,116 INFO  [io.quarkus] (main) perf-regression 2.12.0-SNAPSHOT on JVM (powered by Quarkus 2.12.0.CR1) started in 0.311s. 
   2022-08-22 10:06:56,140 INFO  [io.quarkus] (main) Profile prod activated. 
   2022-08-22 10:06:56,140 INFO  [io.quarkus] (main) Installed features: [cdi, picocli]
    Camel Quarkus Throughput Performance Increase Compared to Previous Version 
    Camel Quarkus version  |  Duration  |  JVM req/s [%increase]   |  Status  |
   ----------------------------------------------------------------------------
                    2.9.0  |        1s  |  1078.39 req/s [+0.00%]  |      OK  |
   2022-08-22 10:07:14,078 INFO  [io.quarkus] (main) perf-regression stopped in 0.020s
   [main_upstream @ perf-regression]$ java -Duser.country=FR -Duser.language=fr -jar target/quarkus-app/quarkus-run.jar -d 1s 2.9.0
   __  ____  __  _____   ___  __ ____  ______ 
    --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 
    -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \   
   --\___\_\____/_/ |_/_/|_/_/|_|\____/___/   
   2022-08-22 10:07:31,137 INFO  [io.quarkus] (main) perf-regression 2.12.0-SNAPSHOT on JVM (powered by Quarkus 2.12.0.CR1) started in 0.316s. 
   2022-08-22 10:07:31,153 INFO  [io.quarkus] (main) Profile prod activated. 
   2022-08-22 10:07:31,153 INFO  [io.quarkus] (main) Installed features: [cdi, picocli]
   Camel Quarkus Throughput Performance Increase Compared to Previous Version 
    Camel Quarkus version  |  Duration  |  JVM req/s [%increase]  |  Status  |
   ---------------------------------------------------------------------------
                    2.9.0  |        1s  |  866,29 req/s [+0,00%]  |      OK  |
   2022-08-22 10:07:50,429 INFO  [io.quarkus] (main) perf-regression stopped in 0.028s
   ```
   
   The best candidate explanation would be that on some environments, the `java` and `mvnw` default locale might not be the same.


-- 
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-unsubscribe@camel.apache.org

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