summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-07-18 17:03:06 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-07-18 17:03:06 +0200
commit7dd96c25cc56fb08b03d1f4bf297ef1b1cc5e9d6 (patch)
treec7ade7e6bd20d8ae9d4dbd9b9d96c99626835a9f /tcwg_bmk-build.sh
parenta6c31dd67f02284e81938d5f590c1ee7433a253e (diff)
tcwg_bmk-build.sh: redirect output-bmk-results output to a log file
Change-Id: Ic9ebfea312bb05c6e78fa061ecfe617db66e4bed
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 1834671b..490b1e17 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -479,7 +479,7 @@ compare_results ()
${rr[top_artifacts]}/results-vs-prev/compare-results-internal.csv \
$run_step_artifacts/bmk-specific-variability.csv \
"$run_step_artifacts"/ \
- "$metric_id" "${rr[mode]}" $verbose_opt
+ "$metric_id" "${rr[mode]}" $verbose_opt > $run_step_artifacts/output-bmk-results.log
# copy inputs useful to build the mail / jira / .. to mail dir
for resfile in $run_step_artifacts/{exe,symbol}.{regression,improvement}; do