This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 1e0851c22f0a6f4c440c9e34f7f48989f1cb114c
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Fri Jun 28 11:54:27 2024 +0200

    perf-regression: Fix warning linked to unused percentiles configuration
---
 tooling/perf-regression/cq-perf-regression-sample-base/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml 
b/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
index 3f835e1917..d9d3e4b535 100644
--- a/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
+++ b/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
@@ -190,7 +190,6 @@
                 <!-- Bound to integration-test phase by default -->
                 <configuration>
                     <yaml>cq-perf-regression-scenario.hf.yaml</yaml>
-                    <percentiles>true</percentiles>
                 </configuration>
                 <executions>
                     <execution>

Reply via email to