aboutsummaryrefslogtreecommitdiff
path: root/templates/hmp_bbench_audio.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hmp_bbench_audio.yaml')
-rw-r--r--templates/hmp_bbench_audio.yaml34
1 files changed, 18 insertions, 16 deletions
diff --git a/templates/hmp_bbench_audio.yaml b/templates/hmp_bbench_audio.yaml
index 9255d5c..68e3a10 100644
--- a/templates/hmp_bbench_audio.yaml
+++ b/templates/hmp_bbench_audio.yaml
@@ -1,18 +1,20 @@
-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: 2a_a7bc_bbench_audio
- workload_name: bbench
- workload_parameters:
- with_audio: true
- boot_parameters:
- os_mode: mp_a7_bootcluster
- runtime_parameters:
- a7_min_frequency: 500000
- a7_governor_tunables:
- above_hispeed_delay: 20000
- a15_governor_tunables:
- above_hispeed_delay: 20000
+- boot_parameters:
+ os_mode: mp_a7_bootcluster
+ id: 2a_a7bc_bbench_audio
+ runtime_parameters:
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
+ a7_governor_tunables:
+ above_hispeed_delay: 20000
+ a7_min_frequency: 500000
+ workload_name: bbench
+ workload_parameters:
+ with_audio: true