Searched refs:kBytesPerKey (Results 1 – 1 of 1) sorted by relevance
2855 const int kBytesPerKey = 1024; in TEST_F() local2872 kBytesPerKey) /* rate_bytes_per_sec */, in TEST_F()2885 ASSERT_OK(Put(Key(j), DummyString(kBytesPerKey))); 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()2910 ASSERT_EQ(iter->value().ToString(), DummyString(kBytesPerKey)); in TEST_F()