Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dfilter_bench.cc283 double RandomQueryTest(uint32_t inside_threshold, bool dry_run,
472 double f = RandomQueryTest(inside_threshold, /*dry_run*/ false, tm); in Go()
474 double d = RandomQueryTest(inside_threshold, /*dry_run*/ true, tm); in Go()
487 double f = RandomQueryTest(inside_threshold, /*dry_run*/ false, tm); in Go()
489 double d = RandomQueryTest(inside_threshold, /*dry_run*/ true, tm); in Go()
501 double f = RandomQueryTest(inside_threshold, /*dry_run*/ false, tm); in Go()
503 double d = RandomQueryTest(inside_threshold, /*dry_run*/ true, tm); in Go()
514 double FilterBench::RandomQueryTest(uint32_t inside_threshold, bool dry_run, in RandomQueryTest() function in FilterBench