This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git.
from f585f68 CAMEL-16251 - Move Performance and jmh itests in a separated repository new 1d31f97 CAMEL-16251 - Move Performance and jmh itests in a separated repository new 88cd709 CAMEL-16251 - Move Performance and jmh itests in a separated repository The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../{camel-jmh => camel-itest-performance}/pom.xml | 81 +++-------- .../camel/tests/component/EchoTestComponent.java | 87 ++++++++++++ .../tests/component/PerformanceTestComponent.java | 157 +++++++++++++++++++++ .../src/main}/resources/META-INF/LICENSE.txt | 0 .../src/main}/resources/META-INF/NOTICE.txt | 0 .../services/org/apache/camel/component/echo | 9 +- .../services/org/apache/camel/component/test-perf | 9 +- .../org/apache/camel/tests/performance/NoTest.java | 22 +-- .../tests/performance/ProducerCacheHitsTest.java | 107 ++++++++++++++ .../src/test/resources/log4j2.properties | 12 +- tests/camel-jmh/pom.xml | 15 +- tests/camel-performance/pom.xml | 13 -- tests/pom.xml | 14 ++ 13 files changed, 400 insertions(+), 126 deletions(-) copy tests/{camel-jmh => camel-itest-performance}/pom.xml (53%) create mode 100644 tests/camel-itest-performance/src/main/java/org/apache/camel/tests/component/EchoTestComponent.java create mode 100644 tests/camel-itest-performance/src/main/java/org/apache/camel/tests/component/PerformanceTestComponent.java copy tests/{camel-jmh/src/test => camel-itest-performance/src/main}/resources/META-INF/LICENSE.txt (100%) copy tests/{camel-jmh/src/test => camel-itest-performance/src/main}/resources/META-INF/NOTICE.txt (100%) copy profiling/kafka-s3/data/sink/s3.yaml => tests/camel-itest-performance/src/main/resources/META-INF/services/org/apache/camel/component/echo (80%) copy profiling/kafka-s3/data/sink/s3.yaml => tests/camel-itest-performance/src/main/resources/META-INF/services/org/apache/camel/component/test-perf (80%) copy profiling/timer-log/src/main/java/org/apache/camel/example/MyApplication.java => tests/camel-itest-performance/src/test/java/org/apache/camel/tests/performance/NoTest.java (58%) create mode 100644 tests/camel-itest-performance/src/test/java/org/apache/camel/tests/performance/ProducerCacheHitsTest.java copy tests/{camel-jmh => camel-itest-performance}/src/test/resources/log4j2.properties (82%)