summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh23
1 files changed, 13 insertions, 10 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index ac957c69..a802a594 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -523,10 +523,10 @@ EOF
if [ -d $run_step_artifacts/top-artifacts/save-temps/ ]; then
cat >> $run_step_artifacts/mail-body.txt <<EOF
-For your convenience, we have uploaded tarballs with pre-processed source and assembly files at
-First_bad save-temps: \$FIRST_BAD_ARTIFACTS/save-temps/
-Last_good save-temps: \$LAST_GOOD_ARTIFACTS/save-temps/
-Baseline save-temps: \$BASELINE_ARTIFACTS/save-temps/
+For your convenience, we have uploaded tarballs with pre-processed source and assembly files at:
+- First_bad save-temps: \$FIRST_BAD_ARTIFACTS/save-temps/
+- Last_good save-temps: \$LAST_GOOD_ARTIFACTS/save-temps/
+- Baseline save-temps: \$BASELINE_ARTIFACTS/save-temps/
EOF
fi
@@ -564,12 +564,15 @@ EOF
cat >> $run_step_artifacts/mail-body.txt <<EOF
-Benchmark: $bmk_suite
-Toolchain: $compiler + $libc + $linker
-Version: all components were built from their $version
-Target: $target
-Compiler flags: $bmk_flags
-Hardware: $hw
+Configuration:
+- Benchmark: $bmk_suite
+- Toolchain: $compiler + $libc + $linker
+- Version: all components were built from their $version
+- Target: $target
+- Compiler flags: $bmk_flags
+- Hardware: $hw
+
+This benchmarking CI is work-in-progress, and we welcome feedback and suggestions at linaro-toolchain@lists.linaro.org . In our improvement plans is to add support for SPEC CPU2017 benchmarks and provide "perf report/annotate" data that these reports are generated from.
EOF
if [ -f $run_step_artifacts/exe.regressions ]; then