Searched refs:inside_threshold (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/util/ |
| D | filter_bench.cc | 283 double RandomQueryTest(uint32_t inside_threshold, bool dry_run, 469 uint32_t inside_threshold = UINT32_MAX / 2; in Go() local 472 double f = RandomQueryTest(inside_threshold, /*dry_run*/ false, tm); in Go() 474 double d = RandomQueryTest(inside_threshold, /*dry_run*/ true, tm); in Go() 484 inside_threshold = UINT32_MAX / 20 * 19; 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() 498 inside_threshold = UINT32_MAX / 20; 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() [all …]
|