Skip to content

Commit a46d969

Browse files
committed
Change design of PR summary comments
1 parent 53f6df8 commit a46d969

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/src/github.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,7 @@ async fn summarize_run(
606606
let benchmark_map = ctxt.get_benchmark_category_map().await;
607607

608608
let mut message = format!(
609-
"Finished benchmarking commit ({sha}): [comparison url]({comparison_url}).
610-
611-
**Summary**:\n\n",
609+
"Finished benchmarking commit ({sha}): [comparison url]({comparison_url}).\n\n",
612610
sha = commit.sha,
613611
comparison_url = make_comparison_url(&commit, Stat::Instructions)
614612
);
@@ -654,7 +652,7 @@ async fn summarize_run(
654652

655653
for (title, stat, hidden, comparison) in stats {
656654
message.push_str(&format!(
657-
"## [{title}]({})\n",
655+
"\n### [{title}]({})\n",
658656
make_comparison_url(&commit, stat)
659657
));
660658

0 commit comments

Comments
 (0)