summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 704ee452..079b623c 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -213,11 +213,11 @@ benchmark ()
case "$bmk_cflags" in
"-Os"*|"-Oz"*)
reboot=false
- run_profile="parallel9x4"
+ run_profile="parallel"
;;
*)
reboot=true
- run_profile="parallel9x1"
+ run_profile="serial"
;;
esac