aboutsummaryrefslogtreecommitdiff
path: root/templates/hmp_sqlite.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hmp_sqlite.yaml')
-rw-r--r--templates/hmp_sqlite.yaml29
1 files changed, 17 insertions, 12 deletions
diff --git a/templates/hmp_sqlite.yaml b/templates/hmp_sqlite.yaml
index 3357bd6..7ec5565 100644
--- a/templates/hmp_sqlite.yaml
+++ b/templates/hmp_sqlite.yaml
@@ -1,13 +1,18 @@
-global:
- iterations: 1
+config:
+ result_processors:
+ - csv
+ - sqlite
+ sqlite_database: my_database.db
+global:
+ iterations: 1
workloads:
- - id: 2l_a7bc
- workload_name: sqlite
- 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: 2l_a7bc
+ runtime_parameters:
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
+ a7_governor_tunables:
+ above_hispeed_delay: 20000
+ a7_min_frequency: 500000
+ workload_name: sqlite