We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dfc21 commit a47e42dCopy full SHA for a47e42d
site/src/comparison.rs
@@ -586,6 +586,8 @@ pub fn write_summary_table(
586
(primary.num_regressions + primary.num_improvements).to_string(),
587
]);
588
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.
591
let column_labels = [
592
" ".to_string(), // we want at least 10 spaces to accommodate "count[^2]"
593
format!("mean{}", if with_footnotes { "[^1]" } else { "" }),
0 commit comments