aboutsummaryrefslogtreecommitdiff
path: root/templates/a15only_geekbench3.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/a15only_geekbench3.yaml')
-rw-r--r--templates/a15only_geekbench3.yaml30
1 files changed, 17 insertions, 13 deletions
diff --git a/templates/a15only_geekbench3.yaml b/templates/a15only_geekbench3.yaml
index 6b3d1d4..6fadee0 100644
--- a/templates/a15only_geekbench3.yaml
+++ b/templates/a15only_geekbench3.yaml
@@ -1,14 +1,18 @@
-global:
- iterations: 1
+config:
+ result_processors:
+ - csv
+ - sqlite
+ sqlite_database: my_database.db
+global:
+ iterations: 1
workloads:
- - id: 1h_a15
- workload_name: geekbench
- label: geekbench3
- workload_parameters:
- version: 3
- boot_parameters:
- os_mode: mp_a15_only
- runtime_parameters:
- a15_governor_tunables:
- above_hispeed_delay: 20000
-
+- boot_parameters:
+ os_mode: mp_a15_only
+ id: 1h_a15
+ label: geekbench3
+ runtime_parameters:
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
+ workload_name: geekbench
+ workload_parameters:
+ version: 3