Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information