Skip to content

Commit

Permalink
remove: setup
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi committed Aug 5, 2024
1 parent b7e2cd3 commit b5425d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benches/storages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ macro_rules! define_bench {
.iter(|| async move {

let mut storage = { $setup };
storage.cleanup().await;
let mut s = storage.clone();
tokio::spawn(async move {
for i in 0..=size {
Expand Down

0 comments on commit b5425d9

Please sign in to comment.