summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg_bmk-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index d2dcb29e..d8fbde6d 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -221,7 +221,7 @@ benchmark ()
toolchain="gnu"
;;
esac
- case "${rr[toolchain]}:${benchmarks[@]}" in
+ case "${rr[toolchain]}:${benchmarks[*]}" in
llvm:spec2k6) bench_list="c_and_cxx" ;;
gnu:spec2k6) bench_list="all" ;;
llvm:spec2017) bench_list="spec2017_speed_nofortran" ;;
@@ -341,6 +341,7 @@ compare_results_perf ()
(
set -euf -o pipefail
+ local exe_threshold symbol_threshold
case "${cflags[0]}" in
"-Os"*|"-Oz"*)
# We use 1% tolerance for binary size