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 @@ -392,11 +392,10 @@ cc @rust-lang/wg-compiler-performance
392
392
fn try_run_body ( is_regression : bool ) -> String {
393
393
let next_steps = if is_regression {
394
394
"\n \n **Next Steps**: If you can justify the regressions found in \
395
- this try perf run, please indicate this with \
396
- `@rustbot label: +perf-regression-triaged` along with \
397
- sufficient written justification. If you cannot justify the regressions \
398
- please fix the regressions and do another perf run. If the next run \
399
- shows neutral or positive results, the label will be automatically removed."
395
+ this try perf run, please do so in sufficient writing \
396
+ along with `@rustbot label: +perf-regression-triaged`. If not, \
397
+ please fix the regressions and do another perf run. If its results \
398
+ are neutral or positive, we'll automatically remove the label."
400
399
} else {
401
400
""
402
401
} ;
You can’t perform that action at this time.
0 commit comments