File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -404,11 +404,10 @@ fn try_run_body(is_regression: bool) -> String {
404
404
let sign = if is_regression { "+" } else { "-" } ;
405
405
format ! (
406
406
"
407
- Benchmarking this pull request likely means that it is \
408
- perf-sensitive, so we're automatically marking it as not fit \
409
- for rolling up. While you can manually mark this PR as fit \
410
- for rollup, we strongly recommend not doing so since this PR may lead to changes in \
411
- compiler perf.{next_steps}
407
+ Benchmarking this pull request means it may be perf-sensitive – \
408
+ we'll automatically label it not fit for rolling up. \
409
+ You can override this, but we strongly advise not to, \
410
+ due to possible changes in compiler perf.{next_steps}
412
411
413
412
@bors rollup=never
414
413
@rustbot label: -S-waiting-on-perf {sign}perf-regression" ,
You can’t perform that action at this time.
0 commit comments