Skip to content

Commit a47e42d

Browse files
committed
Add a comment.
1 parent 18dfc21 commit a47e42d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/comparison.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,8 @@ pub fn write_summary_table(
586586
(primary.num_regressions + primary.num_improvements).to_string(),
587587
]);
588588

589+
// This code attempts to space the table cells evenly so that the data is
590+
// easy to read for anyone who is viewing the Markdown source.
589591
let column_labels = [
590592
" ".to_string(), // we want at least 10 spaces to accommodate "count[^2]"
591593
format!("mean{}", if with_footnotes { "[^1]" } else { "" }),

0 commit comments

Comments
 (0)