Apache Camel Performances Tests Repository

Clone this repo:
  1. 011828f Bump for next version by Claus Ibsen · 11 days ago main
  2. 1cf9a05 Bump org.postgresql:postgresql in /profiling/kafka/postgresql-kafka by dependabot[bot] · 4 weeks ago
  3. cc3b66e Bump for next version by Claus Ibsen · 7 weeks ago
  4. c8b652a Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.6.3 by dependabot[bot] · 2 months ago
  5. a353d5a Bump io.netty:netty-tcnative-boringssl-static by dependabot[bot] · 2 months ago

Apache Camel Performance Tests

This project provides performance tests for Apache Camel.

Running the Performance Tests

Camel JMH

The performance tests located in the camel-jmh module can be run using the following command:

mvn -l camel-${version}-jmh-test.log -DargLine="-XX:+UseNUMA -Xmx4G -Xms4G -server" -Dcamel.version=${version} -Pjmh -Dtest=${TESTS}  clean test

Where:

  • ${version} is the Apache Camel version to use.
  • ${TESTS} is a comma-separated list of tests to run (e.g., AggregatorTest,ContentBasedRouterBodyTest).

After running the tests, the results are stored in JMH JSON files (i.e.: <test name>.jmh.json).