aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-06-09 11:53:00 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-06-09 11:59:10 +0200
commitc8b3d96a9b653671fd6d6ebdc3312269293d8aa3 (patch)
treea1cde2de97f5a4e781eacba3a06d798488aeec17
parent1193689e3afbd16f76a5735f971a3a6833c94c52 (diff)
cpu2006.cfg, cpu2017*..cfg: Fix CPU to run the benchmark in the config file
Change-Id: I8909d642a058464dee25bc265bcce3969def01ac
-rw-r--r--cpu2006.cfg2
-rw-r--r--cpu2017_gnu.cfg2
-rw-r--r--cpu2017_llvm.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/cpu2006.cfg b/cpu2006.cfg
index fbf1382..5fe1c7b 100644
--- a/cpu2006.cfg
+++ b/cpu2006.cfg
@@ -11,7 +11,7 @@ tester = Linaro
@SAVE_TEMPS@build_post_bench=find . \\( -name "*.i" -o -name "*.ii" -o -name "*.s" -o -name "*.S" -o -name "*.statistics" \\) -print0 | tar -cJf $[top]/result/save.$lognum.temps/$benchmark.tar.xz --null --files-from=-
bind = @BIND@
-submit = (ulimit -s @ULIMIT_STACK@; taskset -c $BIND setarch @SETARCH@ -R $command)
+submit = (ulimit -s @ULIMIT_STACK@; taskset -c @BIND@ setarch @SETARCH@ -R $command)
# This will bind specinvoke to @HELPER_CPU@, but benchmark itself
# will run on @BIND@
diff --git a/cpu2017_gnu.cfg b/cpu2017_gnu.cfg
index d8a0f52..7eac892 100644
--- a/cpu2017_gnu.cfg
+++ b/cpu2017_gnu.cfg
@@ -94,7 +94,7 @@ copies = @RATE_COPIES@
@SAVE_TEMPS@build_post_bench=find . \\( -name "*.i" -o -name "*.ii" -o -name "*.s" -o -name "*.S" -o -name "*.statistics" \\) -print0 | tar -cJf $[top]/result/save.$lognum.temps/$benchmark.tar.xz --null --files-from=-
bind = @BIND@
-submit = (ulimit -s @ULIMIT_STACK@; taskset -c $BIND setarch @SETARCH@ -R $command)
+submit = (ulimit -s @ULIMIT_STACK@; taskset -c @BIND@ setarch @SETARCH@ -R $command)
# This will bind specinvoke to @HELPER_CPU@, but benchmark itself
# will run on @BIND@
diff --git a/cpu2017_llvm.cfg b/cpu2017_llvm.cfg
index d9053c7..836adeb 100644
--- a/cpu2017_llvm.cfg
+++ b/cpu2017_llvm.cfg
@@ -72,7 +72,7 @@ copies = @RATE_COPIES@
@SAVE_TEMPS@build_post_bench=find . \\( -name "*.i" -o -name "*.ii" -o -name "*.s" -o -name "*.S" -o -name "*.statistics" \\) -print0 | tar -cJf $[top]/result/save.$lognum.temps/$benchmark.tar.xz --null --files-from=-
bind = @BIND@
-submit = (ulimit -s @ULIMIT_STACK@; taskset -c $BIND setarch @SETARCH@ -R $command)
+submit = (ulimit -s @ULIMIT_STACK@; taskset -c @BIND@ setarch @SETARCH@ -R $command)
# This will bind specinvoke to @HELPER_CPU@, but benchmark itself
# will run on @BIND@