remove "next" info_span!, it showed up in flamegraphs (not too meaningful though)

This commit is contained in:
Christian Schwarz
2024-08-16 14:40:33 +00:00
parent fb2d0131e2
commit 7c691fc87f

View File

@@ -968,7 +968,7 @@ impl Timeline {
}
// in case of mismatch, trust the legacy all_keys_iter_item
all_keys_iter_item
}.instrument(info_span!("next")).await
}.await
}
}
}