fix benches from state-res

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-03-28 06:42:30 +00:00
parent 7f448d88a4
commit b2bf35cfab
3 changed files with 675 additions and 648 deletions

View file

@ -9,6 +9,9 @@ mod state_event;
#[cfg(test)]
mod test_utils;
#[cfg(test)]
mod benches;
use std::{
borrow::Borrow,
cmp::{Ordering, Reverse},