Browse Source

update benchmark

xxy
小人鱼 9 months ago
parent
commit
dbe115b782
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      benchmarks/db_bench.cc

+ 1
- 1
benchmarks/db_bench.cc View File

@ -65,7 +65,7 @@ static const char* FLAGS_benchmarks =
"zstduncomp,";
// Number of key/values to place in database
static int FLAGS_num = 1000000;
static int FLAGS_num = 100000;
// Number of read operations to do. If negative, do FLAGS_num reads.
static int FLAGS_reads = -1;

Loading…
Cancel
Save