Searched refs:RunInsertTest (Results 1 – 2 of 2) sorted by relevance
168 RunInsertTest(/*nthreads=*/1, /*max_keys=*/1024); in TEST_F()173 RunInsertTest(/*nthreads=*/1, /*max_keys=*/1024); in TEST_F()177 RunInsertTest(/*nthreads=*/1, /*max_keys=*/1024); in TEST_F()187 RunInsertTest(nthreads, static_cast<size_t>(max_keys)); in TEST_F()213 RunInsertTest(nthreads, static_cast<size_t>(max_keys)); in TEST_F()238 RunInsertTest(nthreads, static_cast<size_t>(max_keys)); in TEST_F()
179 void RunInsertTest(const size_t nthreads, const size_t max_keys) { in RunInsertTest() function