Refactor status cache and remove complex serialize/deserialize (#5335)
automerge
This commit is contained in:
@@ -28,6 +28,6 @@ fn test_statuscache_serialize(bencher: &mut Bencher) {
|
||||
}
|
||||
}
|
||||
bencher.iter(|| {
|
||||
let _ = serialize(&status_cache).unwrap();
|
||||
let _ = serialize(&status_cache.slot_deltas(&vec![0])).unwrap();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user