Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_compaction_test.cc139 static const int kCDTKeysPerBuffer = 4; variable
143 options.write_buffer_size = kCDTKeysPerBuffer * (kCDTValueSize + 24); in DeletionTriggerOptions()
295 const int kTestSize = kCDTKeysPerBuffer * 1024; in TEST_P()
343 const int kTestSize = kCDTKeysPerBuffer; in TEST_P()
408 const int kTestSize = kCDTKeysPerBuffer * 512; in TEST_F()
555 const int kTestSize = kCDTKeysPerBuffer * 512; in TEST_P()
673 const int kTestSize = kCDTKeysPerBuffer * 512; in TEST_F()
Ddb_test.cc5078 const int kCDTKeysPerBuffer = 4; in TEST_F() local
5079 const int kTestSize = kCDTKeysPerBuffer * 4096; in TEST_F()