chore: speed up test

This commit is contained in:
Zixuan Chen 2022-11-12 21:46:25 +08:00
parent b4773b6dc4
commit 9b717f901b

View file

@ -8,7 +8,7 @@ use crate::{
#[derive(arbitrary::Arbitrary, EnumAsInner, Clone, PartialEq, Eq, Debug)] #[derive(arbitrary::Arbitrary, EnumAsInner, Clone, PartialEq, Eq, Debug)]
pub enum Action { pub enum Action {
Ins { content: u32, pos: usize, site: u8 }, Ins { content: u16, pos: usize, site: u8 },
Del { pos: usize, len: usize, site: u8 }, Del { pos: usize, len: usize, site: u8 },
Sync { from: u8, to: u8 }, Sync { from: u8, to: u8 },
SyncAll, SyncAll,