aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-25 10:13:04 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-28 12:46:58 +0000
commitabf2b915de2820a004ff9b48e4f662823cda679c (patch)
tree0e02c2c654e756438f1738a59bb37c351beaa916 /tcwg-benchmark.yaml
parentf0768d273495eebe346c3321911dadc145f69106 (diff)
tcwg-benchmark: Fix default parameteter values
The "default" field of choice parameters is ignored, and the first value is used as the default. Configure defaults to do a quick run of the benchmarks to confirm functionality. Change-Id: I704798e9ee137317a2372300bd917d4456e4f352
Diffstat (limited to 'tcwg-benchmark.yaml')
-rw-r--r--tcwg-benchmark.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/tcwg-benchmark.yaml b/tcwg-benchmark.yaml
index d7678a4b..f3d6126d 100644
--- a/tcwg-benchmark.yaml
+++ b/tcwg-benchmark.yaml
@@ -39,15 +39,13 @@
- O3g
- Ofast
- Os
- default: 'O2g'
description: 'Compilation profile'
- choice:
name: testmode
choices:
- - build
- verify
+ - build
- benchmark
- default: 'verify'
description: 'Whether to just build or run full benchmarks'
- string:
name: iterations
@@ -67,7 +65,6 @@
- parallel3x3
- parallel3x1
- serial1
- default: 'parallel3x1'
description: 'Benchmark profile to use: parallel3x3 runs on 3 boards and 3 CPUs in parallel; parallel3x1 runs on 3 boards on 1 CPU in parallel; serial1 runs on a single board on 1 CPU.'
- string:
name: target_list