perf-regression: add integration tests #3982
Please do not merge. At this stage, this PR should check whether it build on CI and how to run mvn clean verify on perf-regression.
@jamesnetherton @ppalaga With mvn clean verify, we could early detect potential breakage in the perf-regression tool before using it during the release.
How could we run those integration tests for each PR during CI checks ? I guess trying to list perf-regression in a test group is a bad idea ?
How could we run those integration tests for each PR during CI checks
Probably best to add it as another task here:
https://github.com/apache/camel-quarkus/blob/main/.github/workflows/ci-build.yaml#L196
The overhead is probably minimal.
Looks good to me, it's ready for review.