Commit 3779348
committed
Change the table config in the microbenchmarks Bench.Database.LSMTree
Use no disk caching, since that makes things more interesting.
Use a much smaller write buffer. Otherwise the number of elements was
80k and the write buffer was a quater of that at 20k, which corresponds
to just four runs. That doesn't allow for much run merging, which makes
things less interesting. By using 1k for the write buffer, we get 80
runs inserted (or more for the benchmarks that use multiple iterations).1 parent 5ed2a42 commit 3779348
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments