Skip to content

Commit efe1a5c

Browse files
committed
fix params
1 parent 44ca446 commit efe1a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tablet_flat/ut/ut_stat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ Y_UNIT_TEST_SUITE(BuildStatsHistogram) {
10141014
// this test uses same data as benchmark::TPartFixture/BuildStats/*, but may be debugged and prints result histograms
10151015
Y_UNIT_TEST(Benchmark)
10161016
{
1017-
const ui32 partsCount = 15;
1017+
const ui32 partsCount = 4;
10181018
const bool groups = false;
10191019
const bool history = false;
10201020
ui64 rowsCount = history ? 300000 : 1000000;

0 commit comments

Comments
 (0)