Home
last modified time | relevance | path

Searched refs:kFileCount (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/db/compaction/
Dcompaction_picker_test.cc238 const int kFileCount = 20; in TEST_F() local
242 uint64_t file_size = vstorage_->MaxBytesForLevel(level) * 2 / kFileCount; in TEST_F()
243 for (int file_count = 1; file_count <= kFileCount; ++file_count) { in TEST_F()
670 const int kFileCount = in TEST_F() local
673 const uint64_t kMaxSize = kFileSize * kFileCount / 2; in TEST_F()
685 for (int i = 1; i <= kFileCount; ++i) { in TEST_F()