aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-21 14:52:13 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-21 14:52:13 +0000
commitc8c712e82b872f449795e01fe134469cf611f4df (patch)
treeb819998f33555c2529bd4e85c0982c9b861e48a5 /templates
parent9e90b08349737f55f1bb91ba8a0dda7b5070ff8e (diff)
moved agenda templates from server to git
Diffstat (limited to 'templates')
-rw-r--r--templates/a15only_audio.yaml13
-rw-r--r--templates/a15only_bbench_audio.yaml15
-rw-r--r--templates/a7only_audio.yaml14
-rw-r--r--templates/a7only_bbench_audio.yaml16
-rw-r--r--templates/hmp_audio.yaml16
-rw-r--r--templates/hmp_bbench_audio.yaml18
-rw-r--r--templates/iks_audio.yaml10
-rw-r--r--templates/iks_bbench_audio.yaml12
8 files changed, 114 insertions, 0 deletions
diff --git a/templates/a15only_audio.yaml b/templates/a15only_audio.yaml
new file mode 100644
index 0000000..c2cf759
--- /dev/null
+++ b/templates/a15only_audio.yaml
@@ -0,0 +1,13 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 1b_a15_audio
+ workload_name: audio
+ boot_parameters:
+ os_mode: mp_a15_only
+ runtime_parameters:
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
diff --git a/templates/a15only_bbench_audio.yaml b/templates/a15only_bbench_audio.yaml
new file mode 100644
index 0000000..b5137c6
--- /dev/null
+++ b/templates/a15only_bbench_audio.yaml
@@ -0,0 +1,15 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+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
diff --git a/templates/a7only_audio.yaml b/templates/a7only_audio.yaml
new file mode 100644
index 0000000..32ffbbf
--- /dev/null
+++ b/templates/a7only_audio.yaml
@@ -0,0 +1,14 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 4b_a7_audio
+ workload_name: audio
+ boot_parameters:
+ os_mode: mp_a7_only
+ runtime_parameters:
+ a7_min_frequency: 500000
+ a7_governor_tunables:
+ above_hispeed_delay: 20000
diff --git a/templates/a7only_bbench_audio.yaml b/templates/a7only_bbench_audio.yaml
new file mode 100644
index 0000000..4f835f9
--- /dev/null
+++ b/templates/a7only_bbench_audio.yaml
@@ -0,0 +1,16 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 4a_a7_bbench_audio
+ workload_name: bbench
+ workload_parameters:
+ with_audio: true
+ boot_parameters:
+ os_mode: mp_a7_only
+ runtime_parameters:
+ a7_min_frequency: 500000
+ a7_governor_tunables:
+ above_hispeed_delay: 20000
diff --git a/templates/hmp_audio.yaml b/templates/hmp_audio.yaml
new file mode 100644
index 0000000..c0188b6
--- /dev/null
+++ b/templates/hmp_audio.yaml
@@ -0,0 +1,16 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+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
diff --git a/templates/hmp_bbench_audio.yaml b/templates/hmp_bbench_audio.yaml
new file mode 100644
index 0000000..9255d5c
--- /dev/null
+++ b/templates/hmp_bbench_audio.yaml
@@ -0,0 +1,18 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+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
diff --git a/templates/iks_audio.yaml b/templates/iks_audio.yaml
new file mode 100644
index 0000000..7e51a55
--- /dev/null
+++ b/templates/iks_audio.yaml
@@ -0,0 +1,10 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 3b_iks_audio
+ workload_name: audio
+ boot_parameters:
+ os_mode: iks_cpu
diff --git a/templates/iks_bbench_audio.yaml b/templates/iks_bbench_audio.yaml
new file mode 100644
index 0000000..20b649b
--- /dev/null
+++ b/templates/iks_bbench_audio.yaml
@@ -0,0 +1,12 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 3a_iks_bbench_audio
+ workload_name: bbench
+ workload_parameters:
+ with_audio: true
+ boot_parameters:
+ os_mode: iks_cpu