From 00301b92b2448d74417214a5665db62326047e25 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Wed, 31 Mar 2021 15:25:37 +0000 Subject: tcwg_bmk-build.sh: Do not look for perf logs with target==arm_eabi When benchmarking for arm_eabi, we do not produce perf logs, so inform tcwg-benchmark-results.sh about that. Change-Id: Ifa304bd42ca80cf5d7ba28d8bc3f7377bdbf6b77 --- tcwg_bmk-build.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tcwg_bmk-build.sh') diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh index a55b396c..fb4744e6 100755 --- a/tcwg_bmk-build.sh +++ b/tcwg_bmk-build.sh @@ -341,6 +341,12 @@ compare_results () results_ref=$(cat $ref_results_id) results_new=$(cat $new_results_id) + case "${rr[target]}" in + "arm_eabi") + cmp_options="$cmp_options --has_perf_logs no" + ;; + esac + $scripts/tcwg-benchmark-results.sh \ --results_ref $results_ref ++results $results_new \ --top_artifacts "$run_step_artifacts" --verbose $verbose \ -- cgit v1.2.3