summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-05-18 11:31:12 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-05-24 13:53:24 +0000
commit35947e857ccf9bf909f77b0483f5a9b09e6fc529 (patch)
treeda2c0ec4c4e69b4bd3e4009dc4484dd0c419662a /tcwg-benchmark.sh
parente0ad973d7672fe58113320f376000a83f1b35f3e (diff)
tcwg_bmk-build.sh, tcwg-benchmark.sh: Handle fx hardware
Change-Id: Id596937c4a194f5c70717e3104f3b7456fb8235c
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 682864b8..864415af 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -396,7 +396,7 @@ case "$bench_list" in
--resultsdest "bkp-01.tcwglab:/home/tcwg-benchmark/results-${results_id}/$boardname" \
--verbose true
;;
- *)
+ *) # any others keywords corresponds to spec2xxx (either 2006 or 2017)
case "$testmode" in
build|verify) input_size="test" ;;
benchmark) input_size="ref" ;;