Skip to content

Commit 3b4f796

Browse files
Merge pull request #700 from Mark-Simulacrum/auto-never
Automatically mark PRs with benchmark results as rollup=never
2 parents e15eede + 910495d commit 3b4f796

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

site/src/github.rs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,19 @@ pub async fn post_finished(data: &InputData) {
237237
&data.config,
238238
commit.pr,
239239
format!(
240-
"Finished benchmarking try commit ({}): [comparison url]({}).",
240+
"Finished benchmarking try commit ({}): [comparison url]({}).
241+
242+
Benchmarking this pull request likely means that it is \
243+
perf-sensitive, so we're automatically marking it as not fit \
244+
for rolling up. Please note that if the perf results are \
245+
neutral, you should likely undo the rollup=never given below \
246+
by specifying `rollup-` to bors.
247+
248+
Importantly, though, if the results of this run are \
249+
non-neutral **do not** roll this PR up -- it will mask other \
250+
regressions or improvements in the roll up.
251+
252+
@bors rollup=never",
241253
commit.sha, comparison_url
242254
),
243255
)

0 commit comments

Comments
 (0)