Improve the format of speed_summary's output.

This commit is contained in:
Zoltan Somogyi
2024-06-07 08:47:00 +10:00
parent 2526c4b8cb
commit 4c2b80ecb0

View File

@@ -86,6 +86,10 @@ END {
}
for (ignore = 1; ignore < 3; ignore++) {
if (ignore > 1) {
printf "\n";
}
for (ordinal = 0; ordinal < cur_variant; ordinal++) {
variant = variant_order[ordinal];