mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-30 12:04:25 -04:00
chore: Attempt to get rid of a crash on CI where the runtime isn't used for a drop
This commit is contained in:
@@ -137,8 +137,10 @@ pub fn keys_claiming(c: &mut Criterion) {
|
||||
move |(machine, runtime, txn_id)| {
|
||||
runtime.block_on(async {
|
||||
machine.mark_request_as_sent(txn_id, response).await.unwrap();
|
||||
drop(machine)
|
||||
})
|
||||
});
|
||||
|
||||
let _ = runtime.enter();
|
||||
drop(machine);
|
||||
},
|
||||
BatchSize::SmallInput,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user