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 @@ -619,8 +619,8 @@ mod tests {
619619 min_merge_count : 2 ,
620620 optimal_merge_count : 4 ,
621621 max_merge_bytes : 5000 ,
622- min_merge_duplication_bytes : 200 ,
623- optimal_merge_duplication_bytes : 500 ,
622+ min_merge_duplication_bytes : 500 ,
623+ optimal_merge_duplication_bytes : 1000 ,
624624 max_merge_segment_count : 4 ,
625625 } ;
626626 let ( jobs, _) = get_merge_segments ( & containers, & config) ;
@@ -663,7 +663,7 @@ mod tests {
663663 println ! ( "Number of compactions: {number_of_compactions}" ) ;
664664
665665 let metrics = compute_metrics ( & containers, 0 ..=KEY_RANGE ) ;
666- assert ! ( number_of_compactions < 40 ) ;
666+ assert ! ( number_of_compactions < 30 ) ;
667667 assert ! ( containers. len( ) < 30 ) ;
668668 assert ! ( metrics. duplication < 0.5 ) ;
669669 }
You can’t perform that action at this time.
0 commit comments