Skip to content

Commit

Permalink
Update memtable.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Nov 30, 2024
1 parent c47e194 commit 6dd9abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/memtable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fn memtable_get_hit(c: &mut Criterion) {
));
}

c.bench_function("memtable get", |b| {
b.iter(|| {
assert_eq!(
[1, 2, 3],
Expand Down

0 comments on commit 6dd9abf

Please sign in to comment.