Skip to content

Commit

Permalink
IGNITE-20689 [ducktests] Fix a flaky perf_stat_test (#11004)
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkov authored Oct 19, 2023
1 parent 56f2886 commit 3d95f6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_perf_stat(self, ignite_version):
params={
"cacheName": "test-cache",
"range": 200_000,
"warmUpRange": 100_000,
"warmUpRange": 10_000,
"transactional": False
}
)
Expand Down

0 comments on commit 3d95f6f

Please sign in to comment.