summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2018-10-10 15:33:47 -0700
committerLisa Nguyen <lisa.nguyen@linaro.org>2018-10-10 15:33:47 -0700
commit1b3cc099bd0e5f1592deef2be851891cb813a4ac (patch)
treeb0eae9e6b6271784de4de654d87b10a1d9f8a98d
parent556fecfb6ca11703435071cbeba46f68f9cf7642 (diff)
Add small vellamo agenda for PMWG Android CI loop
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--agenda/android-vellamo-aep.yaml83
1 files changed, 83 insertions, 0 deletions
diff --git a/agenda/android-vellamo-aep.yaml b/agenda/android-vellamo-aep.yaml
new file mode 100644
index 0000000..06ab7fb
--- /dev/null
+++ b/agenda/android-vellamo-aep.yaml
@@ -0,0 +1,83 @@
+# This is an agenda containing vellamo and idle workloads to run on Android.
+#
+################################################################################
+# GLOBAL CONFIGURATIONS
+################################################################################
+global:
+ # Collect energy data, ftrace files, and dmesg
+ # You may want to edit your config.yaml to set up the energy_measurement
+ # instrument (an example configuration is provided in this repo).
+ instrumentation: [energy_measurement, dmesg]
+ iterations: 3
+
+ # To aid reproducibility and try to reduce noise in power measurements,
+ # minimise the screen brightness and set airplane mode on.
+ runtime_params:
+ brightness: 0
+ screen_on: true
+ airplane_mode: true
+ sysfile_values:
+ /dev/stune/foreground/schedtune.boost: 20
+ /dev/stune/top-app/schedtune.boost: 20
+
+ energy_measurement:
+ instrument: arm_energy_probe
+ instrument_parameters:
+ config_file: "$WA_EXTENSION_PATHS/config-hikey-01-aep"
+
+
+################################################################################
+# SYSTEM CONFIGURATIONS
+################################################################################
+sections:
+ - id: default # Just a human-readable name
+ classifiers: # Will be used to map job output to 'tags' when analysing
+ tag: dflt
+
+################################################################################
+# WORKLOADS CONFIGURATIONS
+################################################################################
+workloads:
+################################################################################
+ - name: idle
+ classifiers:
+ test: cooldown
+ workload_parameters:
+ duration: 15
+ screen_off: true
+ iterations: 6
+ - name: vellamo
+ classifiers:
+ test: vellamo_multi
+ id: vellamo_multi
+ workload_parameters:
+ benchmarks: ['Metal']
+ iterations: 6
+ - name: idle
+ classifiers:
+ test: cooldown
+ workload_parameters:
+ duration: 15
+ screen_off: true
+ iterations: 6
+ - name: vellamo
+ classifiers:
+ test: vellamo_metal
+ id: vellamo_metal
+ workload_parameters:
+ benchmarks: ['Multi']
+ iterations: 6
+ - name: idle
+ classifiers:
+ test: cooldown
+ workload_parameters:
+ duration: 15
+ screen_off: true
+ iterations: 6
+ - name: vellamo
+ classifiers:
+ test: vellamo_html5
+ id: vellamo_html5
+ workload_parameters:
+ benchmarks: ['Browser']
+ iterations: 6