Skip to content

Commit 13a4495

Browse files
committed
Make instruction count reliability softer
1 parent 0470929 commit 13a4495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/github/comparison_summary.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ fn write_metric_summary(
325325
match visibility {
326326
DefaultMetricVisibility::Shown => {
327327
message.push_str(
328-
"This is a highly reliable metric that was used to determine the \
329-
overall result at the top of this comment.\n\n",
328+
"This is the most reliable metric that we have; it was used to determine the \
329+
overall result at the top of this comment. However, even this metric can sometimes exhibit noise.\n\n",
330330
);
331331
write_summary_table(&primary, &secondary, false, message);
332332
}

0 commit comments

Comments
 (0)