diff options
author | xenoxeno <xeno@ydb.tech> | 2023-02-14 11:30:29 +0300 |
---|---|---|
committer | xenoxeno <xeno@ydb.tech> | 2023-02-14 11:30:29 +0300 |
commit | 5ad2a94c03b9a07f1a4e5e9da7dfb3dd4e34977e (patch) | |
tree | f52f3fe5a824b00d23ae06f107e018847be7095c | |
parent | 702f8ef33042037a20ed38635b3c555cbefa7893 (diff) | |
download | ydb-5ad2a94c03b9a07f1a4e5e9da7dfb3dd4e34977e.tar.gz |
another attempt to stabilize perf test in different environments
-rw-r--r-- | ydb/core/mind/hive/hive_impl_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/mind/hive/hive_impl_ut.cpp b/ydb/core/mind/hive/hive_impl_ut.cpp index 38be4a4a0eb..9ffcf410891 100644 --- a/ydb/core/mind/hive/hive_impl_ut.cpp +++ b/ydb/core/mind/hive/hive_impl_ut.cpp @@ -127,7 +127,7 @@ Y_UNIT_TEST_SUITE(THiveImplTest) { #ifndef NDEBUG UNIT_ASSERT(passed < 1 * BASE_PERF); #else - UNIT_ASSERT(passed < 0.7 * BASE_PERF); + UNIT_ASSERT(passed < 1 * BASE_PERF); #endif #endif std::vector<double> buckets(NUM_BUCKETS, 0); |