aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-01-20 21:41:09 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-01-20 21:41:09 +0530
commiteac7b07671e51c725247f4f55fc6b57d71fcbb19 (patch)
tree0feaac33d4de63808b2b5c8d51396dbbcfa3c563
parent464e1a0252cf2d31b6964fd4ded187af0f172291 (diff)
eas benchmarks agenda: Adding eas mode benchmarks agenda files
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--templates/eas_andbench_t1.yaml12
-rw-r--r--templates/eas_andbench_t5.yaml12
-rw-r--r--templates/eas_antutu_4.0.3.yaml13
-rw-r--r--templates/eas_benchmarkpi.yaml10
-rw-r--r--templates/eas_caffeinemark.yaml10
-rw-r--r--templates/eas_cfbench.yaml10
-rw-r--r--templates/eas_geekbench3.yaml13
-rw-r--r--templates/eas_glbenchmark_egypt_off_screen.yaml14
-rw-r--r--templates/eas_glbenchmark_egypt_on_screen.yaml14
-rw-r--r--templates/eas_glbenchmark_t-rex_off_screen.yaml14
-rw-r--r--templates/eas_glbenchmark_t-rex_on_screen.yaml14
-rw-r--r--templates/eas_linpack.yaml10
-rw-r--r--templates/eas_quadrant.yaml10
-rw-r--r--templates/eas_smartbench.yaml10
-rw-r--r--templates/eas_sqlite.yaml10
-rw-r--r--templates/eas_vellamo.yaml10
16 files changed, 186 insertions, 0 deletions
diff --git a/templates/eas_andbench_t1.yaml b/templates/eas_andbench_t1.yaml
new file mode 100644
index 0000000..83a8735
--- /dev/null
+++ b/templates/eas_andbench_t1.yaml
@@ -0,0 +1,12 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b01
+ name: andebench
+ workload_parameters:
+ number_of_threads: 1
diff --git a/templates/eas_andbench_t5.yaml b/templates/eas_andbench_t5.yaml
new file mode 100644
index 0000000..5204663
--- /dev/null
+++ b/templates/eas_andbench_t5.yaml
@@ -0,0 +1,12 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b01
+ name: andebench
+ workload_parameters:
+ number_of_threads: 5
diff --git a/templates/eas_antutu_4.0.3.yaml b/templates/eas_antutu_4.0.3.yaml
new file mode 100644
index 0000000..57a1942
--- /dev/null
+++ b/templates/eas_antutu_4.0.3.yaml
@@ -0,0 +1,13 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b03
+ name: antutu
+ label: antutu4.0.3
+ workload_parameters:
+ version: 4.0.3
diff --git a/templates/eas_benchmarkpi.yaml b/templates/eas_benchmarkpi.yaml
new file mode 100644
index 0000000..f03cef9
--- /dev/null
+++ b/templates/eas_benchmarkpi.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b04
+ name: benchmarkpi
diff --git a/templates/eas_caffeinemark.yaml b/templates/eas_caffeinemark.yaml
new file mode 100644
index 0000000..081dde4
--- /dev/null
+++ b/templates/eas_caffeinemark.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b05
+ name: caffeinemark
diff --git a/templates/eas_cfbench.yaml b/templates/eas_cfbench.yaml
new file mode 100644
index 0000000..deac828
--- /dev/null
+++ b/templates/eas_cfbench.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b06
+ name: cfbench
diff --git a/templates/eas_geekbench3.yaml b/templates/eas_geekbench3.yaml
new file mode 100644
index 0000000..ca51d83
--- /dev/null
+++ b/templates/eas_geekbench3.yaml
@@ -0,0 +1,13 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b07
+ name: geekbench
+ label: geekbench3
+ workload_parameters:
+ version: 3
diff --git a/templates/eas_glbenchmark_egypt_off_screen.yaml b/templates/eas_glbenchmark_egypt_off_screen.yaml
new file mode 100644
index 0000000..f2a6feb
--- /dev/null
+++ b/templates/eas_glbenchmark_egypt_off_screen.yaml
@@ -0,0 +1,14 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b15
+ name: glbenchmark
+ label: egypt 2.5.1 HD
+ workload_parameters:
+ version: 2.5.1
+ variant: offscreen
diff --git a/templates/eas_glbenchmark_egypt_on_screen.yaml b/templates/eas_glbenchmark_egypt_on_screen.yaml
new file mode 100644
index 0000000..7694a61
--- /dev/null
+++ b/templates/eas_glbenchmark_egypt_on_screen.yaml
@@ -0,0 +1,14 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b16
+ name: glbenchmark
+ label: egypt 2.5.1 HD
+ workload_parameters:
+ version: 2.5.1
+ variant: onscreen
diff --git a/templates/eas_glbenchmark_t-rex_off_screen.yaml b/templates/eas_glbenchmark_t-rex_off_screen.yaml
new file mode 100644
index 0000000..57870d5
--- /dev/null
+++ b/templates/eas_glbenchmark_t-rex_off_screen.yaml
@@ -0,0 +1,14 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b17
+ name: glbenchmark
+ label: t-rex 2.7.0 HD
+ workload_parameters:
+ version: 2.7.0
+ variant: offscreen
diff --git a/templates/eas_glbenchmark_t-rex_on_screen.yaml b/templates/eas_glbenchmark_t-rex_on_screen.yaml
new file mode 100644
index 0000000..4a6b925
--- /dev/null
+++ b/templates/eas_glbenchmark_t-rex_on_screen.yaml
@@ -0,0 +1,14 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b18
+ name: glbenchmark
+ label: t-rex 2.7.0 HD
+ workload_parameters:
+ version: 2.7.0
+ variant: onscreen
diff --git a/templates/eas_linpack.yaml b/templates/eas_linpack.yaml
new file mode 100644
index 0000000..92a325b
--- /dev/null
+++ b/templates/eas_linpack.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b08
+ name: linpack
diff --git a/templates/eas_quadrant.yaml b/templates/eas_quadrant.yaml
new file mode 100644
index 0000000..7d5afeb
--- /dev/null
+++ b/templates/eas_quadrant.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b09
+ name: quadrant
diff --git a/templates/eas_smartbench.yaml b/templates/eas_smartbench.yaml
new file mode 100644
index 0000000..4d40ba6
--- /dev/null
+++ b/templates/eas_smartbench.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b10
+ name: smartbench
diff --git a/templates/eas_sqlite.yaml b/templates/eas_sqlite.yaml
new file mode 100644
index 0000000..9a24118
--- /dev/null
+++ b/templates/eas_sqlite.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b11
+ name: sqlite
diff --git a/templates/eas_vellamo.yaml b/templates/eas_vellamo.yaml
new file mode 100644
index 0000000..5b93a4d
--- /dev/null
+++ b/templates/eas_vellamo.yaml
@@ -0,0 +1,10 @@
+config:
+ device: Juno
+ run_name: big.LITTLE_benchmarks_regression
+global:
+ iterations: 1
+sections:
+ - id: eas
+workloads:
+ - id: b14
+ name: vellamo