We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de44707 commit 4f11b2fCopy full SHA for 4f11b2f
benches/ycsb.rs
@@ -59,7 +59,7 @@ fn ycsb_bench(c: &mut Criterion) {
59
let dir = tempdir().unwrap();
60
let persistent = LocalFs::new(dir.into_path());
61
let options = SstOptions::builder()
62
- .target_sst_size(1024)
+ .target_sst_size(1024 * 1024 * 2)
63
.block_size(4096)
64
.num_memtable_limit(1000)
65
.compaction_option(Default::default())
0 commit comments