aboutsummaryrefslogtreecommitdiff
path: root/templates/hmp_audio.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hmp_audio.yaml')
-rw-r--r--templates/hmp_audio.yaml30
1 files changed, 16 insertions, 14 deletions
diff --git a/templates/hmp_audio.yaml b/templates/hmp_audio.yaml
index c0188b6..83431a4 100644
--- a/templates/hmp_audio.yaml
+++ b/templates/hmp_audio.yaml
@@ -1,16 +1,18 @@
-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: 2b_a7bc_audio
- workload_name: audio
- 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: 2b_a7bc_audio
+ runtime_parameters:
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
+ a7_governor_tunables:
+ above_hispeed_delay: 20000
+ a7_min_frequency: 500000
+ workload_name: audio