summaryrefslogtreecommitdiff
path: root/tcwg-benchmark-results.sh
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2021-04-15 17:57:30 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2021-04-21 11:17:41 +0000
commit517aaade5fb7785f031a4f34ce73fa40ef1f19b9 (patch)
tree7bdaf7330f9cbb9a836ac64be72bd79ccba7e8f8 /tcwg-benchmark-results.sh
parentacf08dc6638e62b4372de04e8c9492d3487f479f (diff)
Add comparison for vect metric.
Change-Id: I1c5e4c6b0cc43fbdf2923484b8c643e2a7c9c51e
Diffstat (limited to 'tcwg-benchmark-results.sh')
-rwxr-xr-xtcwg-benchmark-results.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcwg-benchmark-results.sh b/tcwg-benchmark-results.sh
index 5fa3e160..6b45c971 100755
--- a/tcwg-benchmark-results.sh
+++ b/tcwg-benchmark-results.sh
@@ -81,6 +81,10 @@ for i in "${results[@]}"; do
hw_tag="${i%%/*}"
gather_perf_data $has_perf_logs $hw_tag $num
;;
+ "vect")
+ $scripts/../bmk-scripts/vect-data-to-csv.py "results-$num" \
+ "$top_artifacts/results-$num.csv"
+ ;;
*)
echo "ERROR: invalid value for metric: ${metric}"
exit 1