summaryrefslogtreecommitdiff
path: root/agenda/android-vellamo-aep.yaml
blob: 06ab7fb60cc72848282a766464d6eb47dc741c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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