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

ivandasch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d95f6f7ccd IGNITE-20689 [ducktests] Fix a flaky perf_stat_test (#11004)
3d95f6f7ccd is described below

commit 3d95f6f7ccd8c9e4f6567022dbd672d6b09a6478
Author: Sergey Korotkov <[email protected]>
AuthorDate: Thu Oct 19 14:42:33 2023 +0700

    IGNITE-20689 [ducktests] Fix a flaky perf_stat_test (#11004)
---
 .../ducktests/tests/ignitetest/tests/control_utility/perf_stat_test.py  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/ducktests/tests/ignitetest/tests/control_utility/perf_stat_test.py 
b/modules/ducktests/tests/ignitetest/tests/control_utility/perf_stat_test.py
index 94eb56de10c..3d579fdd664 100644
--- a/modules/ducktests/tests/ignitetest/tests/control_utility/perf_stat_test.py
+++ b/modules/ducktests/tests/ignitetest/tests/control_utility/perf_stat_test.py
@@ -48,7 +48,7 @@ class PerfStatTest(IgniteTest):
             params={
                 "cacheName": "test-cache",
                 "range": 200_000,
-                "warmUpRange":  100_000,
+                "warmUpRange":  10_000,
                 "transactional": False
             }
         )

Reply via email to