summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-09-21 15:43:58 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-09-21 15:52:48 +0200
commitd2f67279966e117ada639f03b6b68b597053c42d (patch)
treec94a581f4cef5373a27779435b7c6ddf6f61d736
parent3013bdc274f2d41b3cfcb5c118f42713a22b1b82 (diff)
tcwg_bmk-build.sh: use parallel for cpu2017rate
Change-Id: Idbe2fcb105c8642e508c0e14b8a305fb95a4323a
-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 4cc4532d..bd2973b3 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -172,7 +172,7 @@ benchmark ()
# Runs always in parallel for cpu2017
# benchmark can be either spec2k6, cpu2017, or a subset of spec2xxx
- if [ "${benchmarks[*]}" == "cpu2017" ]; then
+ if [ "${benchmarks[*]}" == "cpu2017" ] || [ "${benchmarks[*]}" == "cpu2017rate" ]; then
run_profile="parallel"
fi