aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2014-12-16 20:34:41 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2014-12-16 20:39:09 +0530
commita42cf6f6ed1d28ad600a584a7b55088a02f09551 (patch)
treedaaa1f9368d7cc3cacbac587138ee0b273c62017
parenta022ab2a8961f896f8bb6413f2584f3334828396 (diff)
Agenda: workload id fix
latest WA2.2 version agenda file workload section need id as parameter. Change-Id: I68579bd829c98830a960410b4774f9b8aafa4000 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--templates/a15only_andbench_t1.yaml2
-rw-r--r--templates/a15only_andbench_t5.yaml2
-rw-r--r--templates/a15only_antutu_4.0.3.yaml2
-rw-r--r--templates/a15only_audio.yaml2
-rw-r--r--templates/a15only_bbench_audio.yaml2
-rw-r--r--templates/a15only_benchmarkpi.yaml2
-rw-r--r--templates/a15only_caffeinemark.yaml2
-rw-r--r--templates/a15only_cfbench.yaml2
-rw-r--r--templates/a15only_geekbench3.yaml2
-rw-r--r--templates/a15only_linpack.yaml2
-rw-r--r--templates/a15only_quadrant.yaml2
-rw-r--r--templates/a15only_smartbench.yaml2
-rw-r--r--templates/a15only_sqlite.yaml2
-rw-r--r--templates/a15only_vellamo.yaml2
-rw-r--r--templates/a7only_audio.yaml2
-rw-r--r--templates/a7only_bbench_audio.yaml2
-rw-r--r--templates/hmp_andbench_t1.yaml2
-rw-r--r--templates/hmp_andbench_t5.yaml2
-rw-r--r--templates/hmp_antutu_4.0.3.yaml2
-rw-r--r--templates/hmp_audio.yaml2
-rw-r--r--templates/hmp_bbench_audio.yaml2
-rw-r--r--templates/hmp_benchmarkpi.yaml2
-rw-r--r--templates/hmp_caffeinemark.yaml2
-rw-r--r--templates/hmp_cfbench.yaml2
-rw-r--r--templates/hmp_geekbench3.yaml2
-rw-r--r--templates/hmp_linpack.yaml2
-rw-r--r--templates/hmp_quadrant.yaml2
-rw-r--r--templates/hmp_smartbench.yaml2
-rw-r--r--templates/hmp_sqlite.yaml2
-rw-r--r--templates/hmp_vellamo.yaml2
-rw-r--r--templates/iks_andbench_t1.yaml2
-rw-r--r--templates/iks_andbench_t5.yaml2
-rw-r--r--templates/iks_antutu_4.0.3.yaml2
-rw-r--r--templates/iks_audio.yaml2
-rw-r--r--templates/iks_bbench_audio.yaml2
-rw-r--r--templates/iks_benchmarkpi.yaml2
-rw-r--r--templates/iks_caffeinemark.yaml2
-rw-r--r--templates/iks_cfbench.yaml2
-rw-r--r--templates/iks_geekbench3.yaml2
-rw-r--r--templates/iks_linpack.yaml2
-rw-r--r--templates/iks_quadrant.yaml2
-rw-r--r--templates/iks_smartbench.yaml2
-rw-r--r--templates/iks_sqlite.yaml2
-rw-r--r--templates/iks_vellamo.yaml2
44 files changed, 44 insertions, 44 deletions
diff --git a/templates/a15only_andbench_t1.yaml b/templates/a15only_andbench_t1.yaml
index 552d888..24ddc11 100644
--- a/templates/a15only_andbench_t1.yaml
+++ b/templates/a15only_andbench_t1.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1a_a15
+ - id: 1a_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_andbench_t5.yaml b/templates/a15only_andbench_t5.yaml
index d466ccc..436890d 100644
--- a/templates/a15only_andbench_t5.yaml
+++ b/templates/a15only_andbench_t5.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1a_a15
+ - id: 1a_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_antutu_4.0.3.yaml b/templates/a15only_antutu_4.0.3.yaml
index adebd4f..bebe4c7 100644
--- a/templates/a15only_antutu_4.0.3.yaml
+++ b/templates/a15only_antutu_4.0.3.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 5
workloads:
- id: 1c_a15
+ - id: 1c_a15
label: antutu4.0.3
runtime_parameters:
a15_governor_tunables:
diff --git a/templates/a15only_audio.yaml b/templates/a15only_audio.yaml
index ff85c4c..de1ada9 100644
--- a/templates/a15only_audio.yaml
+++ b/templates/a15only_audio.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1b_a15_audio
+ - id: 1b_a15_audio
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_bbench_audio.yaml b/templates/a15only_bbench_audio.yaml
index d295eda..01d8b46 100644
--- a/templates/a15only_bbench_audio.yaml
+++ b/templates/a15only_bbench_audio.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1a_a15_bbench_audio
+ - id: 1a_a15_bbench_audio
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_benchmarkpi.yaml b/templates/a15only_benchmarkpi.yaml
index 84aa2ac..d28e661 100644
--- a/templates/a15only_benchmarkpi.yaml
+++ b/templates/a15only_benchmarkpi.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 5
workloads:
- id: 1e_a15
+ - id: 1e_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_caffeinemark.yaml b/templates/a15only_caffeinemark.yaml
index e15b739..a5385d3 100644
--- a/templates/a15only_caffeinemark.yaml
+++ b/templates/a15only_caffeinemark.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1f_a15
+ - id: 1f_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_cfbench.yaml b/templates/a15only_cfbench.yaml
index 5c4ee40..c5d5747 100644
--- a/templates/a15only_cfbench.yaml
+++ b/templates/a15only_cfbench.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1g_a15
+ - id: 1g_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_geekbench3.yaml b/templates/a15only_geekbench3.yaml
index 1f80786..f4bf77f 100644
--- a/templates/a15only_geekbench3.yaml
+++ b/templates/a15only_geekbench3.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1h_a15
+ - id: 1h_a15
label: geekbench3
runtime_parameters:
a15_governor_tunables:
diff --git a/templates/a15only_linpack.yaml b/templates/a15only_linpack.yaml
index e05ec35..b0006ca 100644
--- a/templates/a15only_linpack.yaml
+++ b/templates/a15only_linpack.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1i_a15
+ - id: 1i_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_quadrant.yaml b/templates/a15only_quadrant.yaml
index a697f07..e4100a1 100644
--- a/templates/a15only_quadrant.yaml
+++ b/templates/a15only_quadrant.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1j_a15
+ - id: 1j_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_smartbench.yaml b/templates/a15only_smartbench.yaml
index 5af90e2..ed28014 100644
--- a/templates/a15only_smartbench.yaml
+++ b/templates/a15only_smartbench.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1k_a15
+ - id: 1k_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_sqlite.yaml b/templates/a15only_sqlite.yaml
index f5e625f..11de209 100644
--- a/templates/a15only_sqlite.yaml
+++ b/templates/a15only_sqlite.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1l_a15
+ - id: 1l_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a15only_vellamo.yaml b/templates/a15only_vellamo.yaml
index 0059688..18a0e57 100644
--- a/templates/a15only_vellamo.yaml
+++ b/templates/a15only_vellamo.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 1o_a15
+ - id: 1o_a15
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a7only_audio.yaml b/templates/a7only_audio.yaml
index e9f4307..8da3cdd 100644
--- a/templates/a7only_audio.yaml
+++ b/templates/a7only_audio.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 4b_a7_audio
+ - id: 4b_a7_audio
runtime_parameters:
a7_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/a7only_bbench_audio.yaml b/templates/a7only_bbench_audio.yaml
index 056bfe8..7778a0b 100644
--- a/templates/a7only_bbench_audio.yaml
+++ b/templates/a7only_bbench_audio.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 4a_a7_bbench_audio
+ - id: 4a_a7_bbench_audio
runtime_parameters:
a7_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_andbench_t1.yaml b/templates/hmp_andbench_t1.yaml
index 2ede4ce..75af073 100644
--- a/templates/hmp_andbench_t1.yaml
+++ b/templates/hmp_andbench_t1.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2a_a7bc
+ - id: 2a_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_andbench_t5.yaml b/templates/hmp_andbench_t5.yaml
index e91bc6a..1703627 100644
--- a/templates/hmp_andbench_t5.yaml
+++ b/templates/hmp_andbench_t5.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2a_a7bc
+ - id: 2a_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_antutu_4.0.3.yaml b/templates/hmp_antutu_4.0.3.yaml
index 77b5fee..eeab767 100644
--- a/templates/hmp_antutu_4.0.3.yaml
+++ b/templates/hmp_antutu_4.0.3.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2c_a7bc
+ - id: 2c_a7bc
label: antutu4.0.3
runtime_parameters:
a15_governor_tunables:
diff --git a/templates/hmp_audio.yaml b/templates/hmp_audio.yaml
index 189e9f9..e134fdd 100644
--- a/templates/hmp_audio.yaml
+++ b/templates/hmp_audio.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2b_a7bc_audio
+ - id: 2b_a7bc_audio
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_bbench_audio.yaml b/templates/hmp_bbench_audio.yaml
index 2429b1b..0beebc2 100644
--- a/templates/hmp_bbench_audio.yaml
+++ b/templates/hmp_bbench_audio.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2a_a7bc_bbench_audio
+ - id: 2a_a7bc_bbench_audio
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_benchmarkpi.yaml b/templates/hmp_benchmarkpi.yaml
index 8ae4403..dc9853e 100644
--- a/templates/hmp_benchmarkpi.yaml
+++ b/templates/hmp_benchmarkpi.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2e_a7bc
+ - id: 2e_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_caffeinemark.yaml b/templates/hmp_caffeinemark.yaml
index 2a28995..5247304 100644
--- a/templates/hmp_caffeinemark.yaml
+++ b/templates/hmp_caffeinemark.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2f_a7bc
+ - id: 2f_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_cfbench.yaml b/templates/hmp_cfbench.yaml
index 43a97f6..225569a 100644
--- a/templates/hmp_cfbench.yaml
+++ b/templates/hmp_cfbench.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2g_a7bc
+ - id: 2g_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_geekbench3.yaml b/templates/hmp_geekbench3.yaml
index e7be100..0b71928 100644
--- a/templates/hmp_geekbench3.yaml
+++ b/templates/hmp_geekbench3.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2h_a7bc
+ - id: 2h_a7bc
label: geekbench3
runtime_parameters:
a15_governor_tunables:
diff --git a/templates/hmp_linpack.yaml b/templates/hmp_linpack.yaml
index 318b204..53f8396 100644
--- a/templates/hmp_linpack.yaml
+++ b/templates/hmp_linpack.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2i_a7bc
+ - id: 2i_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_quadrant.yaml b/templates/hmp_quadrant.yaml
index 5d14ddf..1554fd2 100644
--- a/templates/hmp_quadrant.yaml
+++ b/templates/hmp_quadrant.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2j_a7bc
+ - id: 2j_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_smartbench.yaml b/templates/hmp_smartbench.yaml
index b28a61d..8e681b9 100644
--- a/templates/hmp_smartbench.yaml
+++ b/templates/hmp_smartbench.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2k_a7bc
+ - id: 2k_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_sqlite.yaml b/templates/hmp_sqlite.yaml
index 86ab6a6..b6580fd 100644
--- a/templates/hmp_sqlite.yaml
+++ b/templates/hmp_sqlite.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2l_a7bc
+ - id: 2l_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/hmp_vellamo.yaml b/templates/hmp_vellamo.yaml
index 3873599..f94059b 100644
--- a/templates/hmp_vellamo.yaml
+++ b/templates/hmp_vellamo.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 2o_a7bc
+ - id: 2o_a7bc
runtime_parameters:
a15_governor_tunables:
above_hispeed_delay: 20000
diff --git a/templates/iks_andbench_t1.yaml b/templates/iks_andbench_t1.yaml
index 77572d7..0d506ca 100644
--- a/templates/iks_andbench_t1.yaml
+++ b/templates/iks_andbench_t1.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 3a_iks
+ - id: 3a_iks
workload_name: andebench
workload_parameters:
number_of_threads: 1
diff --git a/templates/iks_andbench_t5.yaml b/templates/iks_andbench_t5.yaml
index bd1df94..0ee59a4 100644
--- a/templates/iks_andbench_t5.yaml
+++ b/templates/iks_andbench_t5.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 3b_iks
+ - id: 3b_iks
workload_name: andebench
workload_parameters:
number_of_threads: 1
diff --git a/templates/iks_antutu_4.0.3.yaml b/templates/iks_antutu_4.0.3.yaml
index 4a921a1..8f1f3eb 100644
--- a/templates/iks_antutu_4.0.3.yaml
+++ b/templates/iks_antutu_4.0.3.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 3c_iks
+ - id: 3c_iks
label: antutu4.0.3
workload_name: antutu
workload_parameters:
diff --git a/templates/iks_audio.yaml b/templates/iks_audio.yaml
index 34c8eb9..c161106 100644
--- a/templates/iks_audio.yaml
+++ b/templates/iks_audio.yaml
@@ -6,5 +6,5 @@ config:
global:
iterations: 1
workloads:
- id: 3b_iks_audio
+ - id: 3b_iks_audio
workload_name: audio
diff --git a/templates/iks_bbench_audio.yaml b/templates/iks_bbench_audio.yaml
index 27b4760..1f3b132 100644
--- a/templates/iks_bbench_audio.yaml
+++ b/templates/iks_bbench_audio.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 3a_iks_bbench_audio
+ - id: 3a_iks_bbench_audio
workload_name: bbench
workload_parameters:
with_audio: true
diff --git a/templates/iks_benchmarkpi.yaml b/templates/iks_benchmarkpi.yaml
index 0c59ae0..7948862 100644
--- a/templates/iks_benchmarkpi.yaml
+++ b/templates/iks_benchmarkpi.yaml
@@ -6,5 +6,5 @@ config:
global:
iterations: 1
workloads:
- id: 3e_iks
+ - id: 3e_iks
workload_name: benchmarkpi
diff --git a/templates/iks_caffeinemark.yaml b/templates/iks_caffeinemark.yaml
index 19c0200..c06ab2a 100644
--- a/templates/iks_caffeinemark.yaml
+++ b/templates/iks_caffeinemark.yaml
@@ -6,5 +6,5 @@ config:
global:
iterations: 1
workloads:
- id: 3f_iks
+ - id: 3f_iks
workload_name: caffeinemark
diff --git a/templates/iks_cfbench.yaml b/templates/iks_cfbench.yaml
index d270fd1..15940fb 100644
--- a/templates/iks_cfbench.yaml
+++ b/templates/iks_cfbench.yaml
@@ -6,5 +6,5 @@ config:
global:
iterations: 1
workloads:
- id: 3g_iks
+ - id: 3g_iks
workload_name: cfbench
diff --git a/templates/iks_geekbench3.yaml b/templates/iks_geekbench3.yaml
index f93b89f..378962b 100644
--- a/templates/iks_geekbench3.yaml
+++ b/templates/iks_geekbench3.yaml
@@ -6,7 +6,7 @@ config:
global:
iterations: 1
workloads:
- id: 3h_iks
+ - id: 3h_iks
label: geekbench3
workload_name: geekbench
workload_parameters:
diff --git a/templates/iks_linpack.yaml b/templates/iks_linpack.yaml
index 15122e4..4063277 100644
--- a/templates/iks_linpack.yaml
+++ b/templates/iks_linpack.yaml
@@ -6,5 +6,5 @@ config:
global:
iterations: 1
workloads:
- id: 3i_iks
+ - id: 3i_iks
workload_name: linpack
diff --git a/templates/iks_quadrant.yaml b/templates/iks_quadrant.yaml
index 1e15d05..807c83b 100644
--- a/templates/iks_quadrant.yaml
+++ b/templates/iks_quadrant.yaml
@@ -6,5 +6,5 @@ config:
global:
iterations: 1
workloads:
- id: 3j_iks
+ - id: 3j_iks
workload_name: quadrant
diff --git a/templates/iks_smartbench.yaml b/templates/iks_smartbench.yaml
index 2eebe4c..73e9f69 100644
--- a/templates/iks_smartbench.yaml
+++ b/templates/iks_smartbench.yaml
@@ -6,5 +6,5 @@ config:
global:
iterations: 1
workloads:
- id: 3k_iks
+ - id: 3k_iks
workload_name: smartbench
diff --git a/templates/iks_sqlite.yaml b/templates/iks_sqlite.yaml
index 7bd325d..3bc4412 100644
--- a/templates/iks_sqlite.yaml
+++ b/templates/iks_sqlite.yaml
@@ -6,5 +6,5 @@ config:
global:
iterations: 1
workloads:
- id: 3l_iks
+ - id: 3l_iks
workload_name: sqlite
diff --git a/templates/iks_vellamo.yaml b/templates/iks_vellamo.yaml
index d1e9ee2..17af8a9 100644
--- a/templates/iks_vellamo.yaml
+++ b/templates/iks_vellamo.yaml
@@ -6,5 +6,5 @@ config:
global:
iterations: 1
workloads:
- id: 3o_iks
+ - id: 3o_iks
workload_name: vellamo