mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
@@ -5,7 +5,7 @@ use deltachat::chatlist::Chatlist;
|
||||
use deltachat::context::Context;
|
||||
|
||||
async fn get_chat_list_benchmark(context: &Context) {
|
||||
Chatlist::try_load(&context, 0, None, None).await.unwrap();
|
||||
Chatlist::try_load(context, 0, None, None).await.unwrap();
|
||||
}
|
||||
|
||||
fn criterion_benchmark(c: &mut Criterion) {
|
||||
|
||||
Reference in New Issue
Block a user