Add an explanation to the version comparison report.

This commit is contained in:
Andrew Wood
2026-05-30 22:38:03 +01:00
parent 3628ed5072
commit 703cf06b7e
+7
View File
@@ -466,6 +466,13 @@ runVersionComparisons () {
"$(awk -F "\t" '$4=="System OS"{print $5;exit}' "${workDir}/system-data")" \
"$(awk -F "\t" '$4=="System kernel type"{print $5;exit}' "${workDir}/system-data")" \
"$(awk -F "\t" '$4=="System kernel release"{print $5;exit}' "${workDir}/system-data")"
cat <<EOF
For each measurement type, each of its aggregate benchmark results are
shown. Each field's mean and standard deviation are displayed along with a
change indicator showing how different this line's value is from the
previous line.
EOF
compareVersionResults < "${workDir}/system-data"
done
} < "${workDir}/sysids"