File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,19 @@ pub async fn post_finished(data: &InputData) {
237
237
& data. config ,
238
238
commit. pr ,
239
239
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" ,
241
253
commit. sha, comparison_url
242
254
) ,
243
255
)
You can’t perform that action at this time.
0 commit comments