Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Nov 30, 2024
1 parent 82b3d49 commit e9409ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benches/memtable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ fn memtable_get_snapshot(c: &mut Criterion) {

memtable.insert(InternalValue::from_components(
"abc_w5wa35aw35naw",
vec![],
vec![1, 2, 3],
0,
lsm_tree::ValueType::Value,
));
memtable.insert(InternalValue::from_components(
"abc_w5wa35aw35naw",
vec![1, 2, 3],
vec![1, 2, 3, 4],
1,
lsm_tree::ValueType::Value,
));
Expand Down

0 comments on commit e9409ff

Please sign in to comment.