From c8c712e82b872f449795e01fe134469cf611f4df Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Fri, 21 Mar 2014 14:52:13 +0000 Subject: moved agenda templates from server to git --- templates/a15only_audio.yaml | 13 +++++++++++++ templates/a15only_bbench_audio.yaml | 15 +++++++++++++++ templates/a7only_audio.yaml | 14 ++++++++++++++ templates/a7only_bbench_audio.yaml | 16 ++++++++++++++++ templates/hmp_audio.yaml | 16 ++++++++++++++++ templates/hmp_bbench_audio.yaml | 18 ++++++++++++++++++ templates/iks_audio.yaml | 10 ++++++++++ templates/iks_bbench_audio.yaml | 12 ++++++++++++ 8 files changed, 114 insertions(+) create mode 100644 templates/a15only_audio.yaml create mode 100644 templates/a15only_bbench_audio.yaml create mode 100644 templates/a7only_audio.yaml create mode 100644 templates/a7only_bbench_audio.yaml create mode 100644 templates/hmp_audio.yaml create mode 100644 templates/hmp_bbench_audio.yaml create mode 100644 templates/iks_audio.yaml create mode 100644 templates/iks_bbench_audio.yaml (limited to 'templates') 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 -- cgit v1.2.3