File tree Expand file tree Collapse file tree 3 files changed +182
-77
lines changed Expand file tree Collapse file tree 3 files changed +182
-77
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ fn fuzz_dirty_benchmark() {
146
146
#[ test]
147
147
#[ ignore]
148
148
fn fuzz_once ( ) {
149
- merge_fuzz ( 5 , true ) ;
149
+ merge_fuzz ( 12 , true ) ;
150
150
}
151
151
152
152
#[ test]
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pub(super) fn notify_for<'a>(index: &'a mut IndexTree<Marker>) -> impl FnMut(CRD
55
55
56
56
// println!("SET RANGE {:?} -> {:?}", entry.id, InsPtr(leaf));
57
57
58
- index. set_range ( entry. id , Marker :: InsPtr ( leaf) , true ) ;
58
+ index. set_range ( entry. id , Marker :: InsPtr ( leaf) ) ;
59
59
// index.dbg_check();
60
60
}
61
61
}
@@ -545,7 +545,7 @@ impl M2Tracker {
545
545
self . index . set_range ( ( lv_start..lv_start+len) . into ( ) , Marker :: Del ( DelRange {
546
546
target : if fwd { target. start } else { target. end } ,
547
547
fwd
548
- } ) . into ( ) , fwd ) ;
548
+ } ) . into ( ) ) ;
549
549
550
550
// if cfg!(debug_assertions) {
551
551
// self.check_index();
You can’t perform that action at this time.
0 commit comments