Update db_bench.cc

This commit is contained in:
gillyongs 2023-01-07 04:08:53 +09:00 committed by GitHub
parent fb644cb445
commit 296534d0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,7 @@ static int FLAGS_open_files = 0;
// Bloom filter bits per key.
// Negative means use default settings.
// 0 means use minimum size of bloom filter.
static int FLAGS_bloom_bits = -1;
// Common key prefix length.