aboutsummaryrefslogtreecommitdiff
path: root/templates/a15only_bbench_audio.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/a15only_bbench_audio.yaml')
-rw-r--r--templates/a15only_bbench_audio.yaml28
1 files changed, 15 insertions, 13 deletions
diff --git a/templates/a15only_bbench_audio.yaml b/templates/a15only_bbench_audio.yaml
index b5137c6..292b506 100644
--- a/templates/a15only_bbench_audio.yaml
+++ b/templates/a15only_bbench_audio.yaml
@@ -1,15 +1,17 @@
-global:
- iterations: 1
config:
- result_processors: [csv, sqlite]
- sqlite_database: ~/my_results.db
+ result_processors:
+ - csv
+ - sqlite
+ sqlite_database: my_database.db
+global:
+ iterations: 1
workloads:
- - id: 1a_a15_bbench_audio
- workload_name: bbench
- workload_parameters:
- with_audio: true
- boot_parameters:
- os_mode: mp_a15_only
- runtime_parameters:
- a15_governor_tunables:
- above_hispeed_delay: 20000
+- boot_parameters:
+ os_mode: mp_a15_only
+ id: 1a_a15_bbench_audio
+ runtime_parameters:
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
+ workload_name: bbench
+ workload_parameters:
+ with_audio: true