summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg_bmk-build.sh6
1 files changed, 6 insertions, 0 deletions
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 \