summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-07-08 07:13:51 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-07-08 07:17:24 +0200
commitac14e846c884b167e2275550c4df2c390193bbed (patch)
treea4c092cadd8c9b3e20844455f66b8b736fe7eeb8 /tcwg_bmk-build.sh
parent5819d7ed0c9812fef1e4752cdfe672a3203cee95 (diff)
round-robin-baseline.sh,tcwg_bmk-build.sh, tcwg-benchmark-results.sh: Fix bmk-results getting&storing
tcwg-benchmark-results: -input/-output results are content of the results_id files round-robin-baseline: fix .gitignore Change-Id: Ia695f951fc725c6f11e30c874bb0b51b50300828
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 21ff5ade..c6d64bbd 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -420,7 +420,7 @@ compare_results ()
mkdir -p ${rr[top_artifacts]}/results-vs-prev
ln -s ../results-vs-prev $run_step_artifacts/results-vs-prev
$scripts/tcwg-benchmark-results.sh \
- --results_ref $ref_results_id ++results $new_results_id \
+ --results_ref "$(cat $ref_results_id)" ++results "$(cat $new_results_id)" \
--top_artifacts "${rr[top_artifacts]}/results-vs-prev" \
--verbose $verbose --hw_tag "$(tcwg_bmk_hw)" \
$compare_opts \