# camel-performance-tests **Repository Path**: mirrors_apache/camel-performance-tests ## Basic Information - **Project Name**: camel-performance-tests - **Description**: Apache Camel Performances Tests Repository - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-24 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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: ```bash 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.: `.jmh.json`).