Skip to content

Commit 4f11b2f

Browse files
fix: ycsb benchmark config (#78)
1 parent de44707 commit 4f11b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/ycsb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fn ycsb_bench(c: &mut Criterion) {
5959
let dir = tempdir().unwrap();
6060
let persistent = LocalFs::new(dir.into_path());
6161
let options = SstOptions::builder()
62-
.target_sst_size(1024)
62+
.target_sst_size(1024 * 1024 * 2)
6363
.block_size(4096)
6464
.num_memtable_limit(1000)
6565
.compaction_option(Default::default())

0 commit comments

Comments
 (0)