Skip to content

Commit

Permalink
Merge branch 'master' into benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 authored Sep 25, 2024
2 parents ed5ed6f + 1bff23e commit 420d7a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ fn set_many_keys(c: &mut Criterion) {
black_box(for (k, _) in test_data.clone().into_iter() {
store.remove(k).unwrap();
})

})
});
group.finish();
Expand Down

0 comments on commit 420d7a7

Please sign in to comment.