File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
turbopack/crates/turbo-persistence/src/compaction Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -616,8 +616,8 @@ mod tests {
616616 min_merge_count : 2 ,
617617 optimal_merge_count : 4 ,
618618 max_merge_bytes : 5000 ,
619- min_merge_duplication_bytes : 200 ,
620- optimal_merge_duplication_bytes : 500 ,
619+ min_merge_duplication_bytes : 500 ,
620+ optimal_merge_duplication_bytes : 1000 ,
621621 max_merge_segment_count : 4 ,
622622 } ;
623623 let jobs = get_merge_segments ( & containers, & config) ;
@@ -660,7 +660,7 @@ mod tests {
660660 println ! ( "Number of compactions: {number_of_compactions}" ) ;
661661
662662 let metrics = compute_metrics ( & containers, 0 ..=KEY_RANGE ) ;
663- assert ! ( number_of_compactions < 40 ) ;
663+ assert ! ( number_of_compactions < 30 ) ;
664664 assert ! ( containers. len( ) < 30 ) ;
665665 assert ! ( metrics. duplication < 0.5 ) ;
666666 }
You can’t perform that action at this time.
0 commit comments