Skip to content

Commit

Permalink
fix: ycsb benchmark config (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-sourcerer authored Aug 22, 2024
1 parent de44707 commit 4f11b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/ycsb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn ycsb_bench(c: &mut Criterion) {
let dir = tempdir().unwrap();
let persistent = LocalFs::new(dir.into_path());
let options = SstOptions::builder()
.target_sst_size(1024)
.target_sst_size(1024 * 1024 * 2)
.block_size(4096)
.num_memtable_limit(1000)
.compaction_option(Default::default())
Expand Down

0 comments on commit 4f11b2f

Please sign in to comment.