File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -651,17 +651,11 @@ pub async fn post_finished(data: &InputData) {
651
651
sufficient written justification. If you cannot justify the regressions \
652
652
please fix the regressions and do another perf run. If the next run shows \
653
653
neutral or positive results, the label will be automatically removed.",
654
- _ => "" ,
654
+ Direction :: Improvement => "" ,
655
655
}
656
656
)
657
657
} )
658
- . unwrap_or (
659
- "Please note that since \
660
- performance does not seem to be significantly changed, you may *consider* undoing the \
661
- rollup directive by specifying `@bors rollup-`. Only do this if you strongly believe \
662
- the PR will continue to not lead to performance changes after merging."
663
- . to_owned ( ) ,
664
- ) ;
658
+ . unwrap_or ( String :: new ( ) ) ;
665
659
666
660
post_comment (
667
661
& data. config ,
You can’t perform that action at this time.
0 commit comments