Skip to content

Commit ed109cf

Browse files
committed
Shorten the bot's elaboration text in try run comment
1 parent 36df6da commit ed109cf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

site/src/github/comparison_summary.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,10 @@ fn try_run_body(is_regression: bool) -> String {
404404
let sign = if is_regression { "+" } else { "-" };
405405
format!(
406406
"
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}
412411
413412
@bors rollup=never
414413
@rustbot label: -S-waiting-on-perf {sign}perf-regression",

0 commit comments

Comments
 (0)