Searched refs:kFilesPerLevel (Results 1 – 3 of 3) sorted by relevance
399 const int kNumPerFile = 100, kFilesPerLevel = 4, kNumLevels = 4; in TEST_F() local401 options.compaction_options_universal.min_merge_width = kFilesPerLevel; in TEST_F()402 options.compaction_options_universal.max_merge_width = kFilesPerLevel; in TEST_F()405 options.level0_file_num_compaction_trigger = kFilesPerLevel; in TEST_F()415 for (int j = 0; j < kFilesPerLevel; ++j) { in TEST_F()432 if (j < kFilesPerLevel - 1) { in TEST_F()439 ASSERT_GT(NumTableFilesAtLevel(kNumLevels - 1 - i), kFilesPerLevel - 1); in TEST_F()
798 const uint32_t kFilesPerLevel = 8; in TEST_F() local799 const uint32_t kNumFiles = kNumLevels * kFilesPerLevel; in TEST_F()803 Add(static_cast<int>(i / kFilesPerLevel), i + 1, in TEST_F()
233 const int kFilesPerLevel = 3; in TEST_P() local261 if (batch_num % kFilesPerLevel == 0) { in TEST_P()