Skip to content

Commit e6a7052

Browse files
authored
Merge pull request #1457 from rust-lang/errors-ping-wg
Ping `wg-compiler-performance` if a master commit breaks some benchmark
2 parents 1851489 + 9562686 commit e6a7052

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/src/github/comparison_summary.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ async fn summarize_run(
169169

170170
if !errors.is_empty() {
171171
writeln!(&mut message, "\n{errors}").unwrap();
172+
if is_master_commit {
173+
writeln!(&mut message, "\ncc @rust-lang/wg-compiler-performance").unwrap();
174+
}
172175
}
173176

174177
let mut table_written = false;

0 commit comments

Comments
 (0)