Commit d85287b
authored
fix(Test): improve the params in BenchmarkDbGrowth (#1967)
It seems some parameter settings have been changed in the past. As a
result, some tests (at least one) lose the ability to test what they
want to test.
For `BenchmarkDbGrowth`, current default value of `ValueThreshold` makes
no vlog will be created and current default value of `MemTableSize`
makes no memtable will be flushed which means no compaction and thus no
vlog gc will be performed.
## Solution
Setting `ValueThreshold` be 1024 and `MemTableSize` be 1MB in this case
seems to be fine.
Signed-off-by: SpadeA-Tang <u6748471@anu.edu.au>1 parent 8671f9d commit d85287b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| 469 | + | |
| 470 | + | |
469 | 471 | | |
470 | 472 | | |
471 | 473 | | |
| |||
0 commit comments