aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-01-20 21:39:22 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-01-20 21:39:22 +0530
commit6ad96f8f17535edf776b630586ffb27b908319bf (patch)
tree88b245e2029585c6d5bca268a7cf792a6721d38c
parent39460b67bb9d9a69cd9c7f23f06176ecea18efc3 (diff)
hmp benchmarks agenda: Adding hmp mode benchmarks agenda files
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--templates/hmp_andbench_t1.yaml12
-rw-r--r--templates/hmp_andbench_t5.yaml12
-rw-r--r--templates/hmp_antutu_4.0.3.yaml13
-rw-r--r--templates/hmp_benchmarkpi.yaml10
-rw-r--r--templates/hmp_caffeinemark.yaml10
-rw-r--r--templates/hmp_cfbench.yaml10
-rw-r--r--templates/hmp_geekbench3.yaml13
-rw-r--r--templates/hmp_glbenchmark_egypt_off_screen.yaml14
-rw-r--r--templates/hmp_glbenchmark_egypt_on_screen.yaml14
-rw-r--r--templates/hmp_glbenchmark_t-rex_off_screen.yaml14
-rw-r--r--templates/hmp_glbenchmark_t-rex_on_screen.yaml14
-rw-r--r--templates/hmp_linpack.yaml10
-rw-r--r--templates/hmp_quadrant.yaml10
-rw-r--r--templates/hmp_smartbench.yaml10
-rw-r--r--templates/hmp_sqlite.yaml10
-rw-r--r--templates/hmp_vellamo.yaml10
16 files changed, 186 insertions, 0 deletions
diff --git a/templates/hmp_andbench_t1.yaml b/templates/hmp_andbench_t1.yaml
new file mode 100644
index 0000000..e4bc350
--- /dev/null
+++ b/templates/hmp_andbench_t1.yaml
@@ -0,0 +1,12 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b01
+ name: andebench
+ workload_parameters:
+ number_of_threads: 1
diff --git a/templates/hmp_andbench_t5.yaml b/templates/hmp_andbench_t5.yaml
new file mode 100644
index 0000000..003d789
--- /dev/null
+++ b/templates/hmp_andbench_t5.yaml
@@ -0,0 +1,12 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b02
+ name: andebench
+ workload_parameters:
+ number_of_threads: 5
diff --git a/templates/hmp_antutu_4.0.3.yaml b/templates/hmp_antutu_4.0.3.yaml
new file mode 100644
index 0000000..cc75acd
--- /dev/null
+++ b/templates/hmp_antutu_4.0.3.yaml
@@ -0,0 +1,13 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b03
+ name: antutu
+ label: antutu4.0.3
+ workload_parameters:
+ version: 4.0.3
diff --git a/templates/hmp_benchmarkpi.yaml b/templates/hmp_benchmarkpi.yaml
new file mode 100644
index 0000000..100e1a5
--- /dev/null
+++ b/templates/hmp_benchmarkpi.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b04
+ name: benchmarkpi
diff --git a/templates/hmp_caffeinemark.yaml b/templates/hmp_caffeinemark.yaml
new file mode 100644
index 0000000..a0f576a
--- /dev/null
+++ b/templates/hmp_caffeinemark.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b05
+ name: caffeinemark
diff --git a/templates/hmp_cfbench.yaml b/templates/hmp_cfbench.yaml
new file mode 100644
index 0000000..7883a83
--- /dev/null
+++ b/templates/hmp_cfbench.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b06
+ name: cfbench
diff --git a/templates/hmp_geekbench3.yaml b/templates/hmp_geekbench3.yaml
new file mode 100644
index 0000000..986429e
--- /dev/null
+++ b/templates/hmp_geekbench3.yaml
@@ -0,0 +1,13 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b07
+ name: geekbench
+ label: geekbench3
+ workload_parameters:
+ version: 3
diff --git a/templates/hmp_glbenchmark_egypt_off_screen.yaml b/templates/hmp_glbenchmark_egypt_off_screen.yaml
new file mode 100644
index 0000000..7e10743
--- /dev/null
+++ b/templates/hmp_glbenchmark_egypt_off_screen.yaml
@@ -0,0 +1,14 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b15
+ name: glbenchmark
+ label: egypt 2.5.1 HD
+ workload_parameters:
+ version: 2.5.1
+ variant: offscreen
diff --git a/templates/hmp_glbenchmark_egypt_on_screen.yaml b/templates/hmp_glbenchmark_egypt_on_screen.yaml
new file mode 100644
index 0000000..79385a2
--- /dev/null
+++ b/templates/hmp_glbenchmark_egypt_on_screen.yaml
@@ -0,0 +1,14 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b16
+ name: glbenchmark
+ label: egypt 2.5.1 HD
+ workload_parameters:
+ version: 2.5.1
+ variant: onscreen
diff --git a/templates/hmp_glbenchmark_t-rex_off_screen.yaml b/templates/hmp_glbenchmark_t-rex_off_screen.yaml
new file mode 100644
index 0000000..d1ba4bb
--- /dev/null
+++ b/templates/hmp_glbenchmark_t-rex_off_screen.yaml
@@ -0,0 +1,14 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b17
+ name: glbenchmark
+ label: t-rex 2.7.0 HD
+ workload_parameters:
+ version: 2.7.0
+ variant: offscreen
diff --git a/templates/hmp_glbenchmark_t-rex_on_screen.yaml b/templates/hmp_glbenchmark_t-rex_on_screen.yaml
new file mode 100644
index 0000000..b8e5f1a
--- /dev/null
+++ b/templates/hmp_glbenchmark_t-rex_on_screen.yaml
@@ -0,0 +1,14 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b18
+ name: glbenchmark
+ label: t-rex 2.7.0 HD
+ workload_parameters:
+ version: 2.7.0
+ variant: onscreen
diff --git a/templates/hmp_linpack.yaml b/templates/hmp_linpack.yaml
new file mode 100644
index 0000000..1533cdd
--- /dev/null
+++ b/templates/hmp_linpack.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b08
+ name: linpack
diff --git a/templates/hmp_quadrant.yaml b/templates/hmp_quadrant.yaml
new file mode 100644
index 0000000..a6249ce
--- /dev/null
+++ b/templates/hmp_quadrant.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b09
+ name: quadrant
diff --git a/templates/hmp_smartbench.yaml b/templates/hmp_smartbench.yaml
new file mode 100644
index 0000000..d2b39d9
--- /dev/null
+++ b/templates/hmp_smartbench.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b10
+ name: smartbench
diff --git a/templates/hmp_sqlite.yaml b/templates/hmp_sqlite.yaml
new file mode 100644
index 0000000..f75fb23
--- /dev/null
+++ b/templates/hmp_sqlite.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b11
+ name: sqlite
diff --git a/templates/hmp_vellamo.yaml b/templates/hmp_vellamo.yaml
new file mode 100644
index 0000000..342e4b7
--- /dev/null
+++ b/templates/hmp_vellamo.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: hmp
+workloads:
+ - id: b14
+ name: vellamo