Searched refs:kNumKeysPerFile (Results 1 – 5 of 5) sorted by relevance
172 const int kNumKeysPerFile = 128; in TEST_F() local182 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_F()239 const int kNumKeysPerFile = 128; in TEST_F() local250 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_F()431 const int kNumKeysPerFile = 1024; in TEST_P() local478 for (size_t j = 0; j != (kNumKeysPerFile - 1) / kNumTimestamps; ++j) { in TEST_P()537 const int kNumKeysPerFile = 1024; in TEST_P() local539 const size_t kNumKeysPerTimestamp = (kNumKeysPerFile - 1) / kNumTimestamps; in TEST_P()653 const int kNumKeysPerFile = 8192; in TEST_F() local655 const size_t kNumKeysPerTimestamp = (kNumKeysPerFile - 1) / kNumTimestamps; in TEST_F()[all …]
721 const int kNumKeysPerFile = 100; in TEST_P() local765 const int kNumKeysPerFile = 100; in TEST_F() local3449 const int kNumKeysPerFile = 1024; in TEST_F() local3518 const int kNumKeysPerFile = 32; in TEST_F() local3773 const int kNumKeysPerFile = 32; in TEST_F() local3881 const int kNumKeysPerFile = 32; in TEST_F() local3950 const int kNumKeysPerFile = 32; in TEST_F() local4042 const int kNumKeysPerFile = 32; in TEST_F() local4508 const int kNumKeysPerFile = 10; in TEST_F() local4952 const int kNumKeysPerFile = 100; in TEST_P() local[all …]
873 const int kNumFiles = 2, kNumKeysPerFile = 4; in TEST_F() local892 for (int i = 0; i < kNumKeysPerFile; ++i) { in TEST_F()898 Key(kNumKeysPerFile))); in TEST_F()906 Key(kNumKeysPerFile + 1), in TEST_F()907 Key(kNumKeysPerFile + 2))); in TEST_F()
2854 const int kNumKeysPerFile = 128; in TEST_F() local2865 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_F()2871 static_cast<int64_t>(kNumL0Files * kNumKeysPerFile * in TEST_F()2884 for (int j = 0; j <= kNumKeysPerFile; ++j) { in TEST_F()2902 static_cast<size_t>(kNumKeysPerFile * kBytesPerKey * kNumL0Files)); in TEST_F()2905 static_cast<size_t>(2 * kNumKeysPerFile * kBytesPerKey * kNumL0Files + in TEST_F()
6486 const int kNumKeysPerFile = 32; in TEST_F() local6542 for (int j = 0; j < kNumKeysPerFile; ++j) { in TEST_F()6544 Put(Key(i * kNumKeysPerFile + j), RandomString(&rnd, kValueSize))); in TEST_F()6567 for (int j = 0; j < kNumKeysPerFile; ++j) { in TEST_F()6569 Put(Key(i * kNumKeysPerFile + j), RandomString(&rnd, kValueSize))); in TEST_F()