Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_with_timestamp_basic_test.cc172 const int kNumKeysPerFile = 128; in TEST_F() local
182 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_F()
239 const int kNumKeysPerFile = 128; in TEST_F() local
250 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_F()
431 const int kNumKeysPerFile = 1024; in TEST_P() local
478 for (size_t j = 0; j != (kNumKeysPerFile - 1) / kNumTimestamps; ++j) { in TEST_P()
537 const int kNumKeysPerFile = 1024; in TEST_P() local
539 const size_t kNumKeysPerTimestamp = (kNumKeysPerFile - 1) / kNumTimestamps; in TEST_P()
653 const int kNumKeysPerFile = 8192; in TEST_F() local
655 const size_t kNumKeysPerTimestamp = (kNumKeysPerFile - 1) / kNumTimestamps; in TEST_F()
[all …]
Ddb_compaction_test.cc721 const int kNumKeysPerFile = 100; in TEST_P() local
765 const int kNumKeysPerFile = 100; in TEST_F() local
3449 const int kNumKeysPerFile = 1024; in TEST_F() local
3518 const int kNumKeysPerFile = 32; in TEST_F() local
3773 const int kNumKeysPerFile = 32; in TEST_F() local
3881 const int kNumKeysPerFile = 32; in TEST_F() local
3950 const int kNumKeysPerFile = 32; in TEST_F() local
4042 const int kNumKeysPerFile = 32; in TEST_F() local
4508 const int kNumKeysPerFile = 10; in TEST_F() local
4952 const int kNumKeysPerFile = 100; in TEST_P() local
[all …]
Ddb_range_del_test.cc873 const int kNumFiles = 2, kNumKeysPerFile = 4; in TEST_F() local
892 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()
Ddb_test2.cc2854 const int kNumKeysPerFile = 128; in TEST_F() local
2865 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()
Ddb_test.cc6486 const int kNumKeysPerFile = 32; in TEST_F() local
6542 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()