This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit c126f1ec4d4b0513c4730142b4c7a767e22e95db Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Tue Aug 27 10:25:36 2024 +0200 Improve granularity for the CSimple tests --- .../src/test/java/org/apache/camel/itest/jmh/CSimpleOperatorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleOperatorTest.java b/tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleOperatorTest.java index 8d91b54..4502860 100644 --- a/tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleOperatorTest.java +++ b/tests/camel-jmh/src/test/java/org/apache/camel/itest/jmh/CSimpleOperatorTest.java @@ -57,7 +57,7 @@ public class CSimpleOperatorTest { // Set the following options as needed .mode(Mode.All) .timeUnit(TimeUnit.MICROSECONDS) - .warmupTime(TimeValue.seconds(1)) + .warmupTime(TimeValue.seconds(3)) .warmupIterations(5) .measurementTime(TimeValue.seconds(10)) .measurementIterations(2)
