summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2022-09-29 20:45:04 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2022-09-30 10:44:58 +0000
commit808f49ee7232062873c132b98d8fd6af8d84e2a3 (patch)
treed9883ead6cbe134e248f56a90105c283d1b8d74a
parent1244b3dec89713fe554c6ce19a941fec15cae848 (diff)
tcwg_bmk-build.sh: Run VECT benchmark jobs in parallel.
Change-Id: Ie8eec7a5129ca5a727265640e919388313638581
-rwxr-xr-xtcwg_bmk-build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 436423d3..f2f76a1a 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -163,6 +163,11 @@ benchmark ()
run_profile="parallel"
bmk_mode="code_size"
;;
+ *"VECT"*)
+ reboot=false
+ run_profile="parallel"
+ bmk_mode="code_speed"
+ ;;
*)
reboot=true
run_profile="serial"