Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dautovector_test.cc218 void BenchmarkVectorCreationAndInsertion( in BenchmarkVectorCreationAndInsertion() function
287 BenchmarkVectorCreationAndInsertion<std::vector<std::string>>( in TEST_F()
289 BenchmarkVectorCreationAndInsertion<autovector<std::string, kSize>>( in TEST_F()
304 BenchmarkVectorCreationAndInsertion<std::vector<uint64_t>>( in TEST_F()
306 BenchmarkVectorCreationAndInsertion<autovector<uint64_t, kSize>>( in TEST_F()