aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2018-02-14 12:00:54 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2018-02-14 12:00:54 +0100
commit7718eba37df352d97f6566abb10c7d4f6a69ff30 (patch)
treed530e489e64a98343a74bfb59108fee895e2a039
parenta2afc00a7ebb5d7a059b2cb5683d5c3a617ca874 (diff)
Remove the configuration part
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--wlauto/agendas/jankbench-metrics.yaml78
-rw-r--r--wlauto/agendas/jankbench.yaml21
2 files changed, 0 insertions, 99 deletions
diff --git a/wlauto/agendas/jankbench-metrics.yaml b/wlauto/agendas/jankbench-metrics.yaml
deleted file mode 100644
index a8da58c..0000000
--- a/wlauto/agendas/jankbench-metrics.yaml
+++ /dev/null
@@ -1,78 +0,0 @@
-# This is an example agenda which shows a possible (rather large) set of
-# workloads and data collection.
-#
-# This will run 5 iterations each of a large set of workloads, under each of
-# PELT and WALT load tracking (it assumes that the target supports both
-# mechanisms).
-
-################################################################################
-# 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, trace-cmd, dmesg]
- trace-cmd:
- buffer_size: 120000
- trace_events: ['sched_switch', 'sched_wakeup', 'sched_wakeup_new', 'sched_load_avg_cpu', 'sched_load_avg_task', 'cpu_capacity', 'cpu_frequency', 'cpu_idle', 'sched_boost_cpu', 'sched_boost_task', 'sched_energy_diff', 'ipi*', 'sched_find_best_target', 'timer*', 'sched_sugov_util', 'sched_energy_calc_duration' ]
- # Do everything 5 times, if not otherwise specified by the specific workload
- iterations: 5
-
- # 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
-
-################################################################################
-# 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:
-
-################################################################################
-# Jankbench
-
- - name: jankbench
- classifiers:
- tag: iter_30
- workload_parameters:
- test: list_view
- iterations: 10
-
- - name: jankbench
- classifiers:
- tag: iter_30
- workload_parameters:
- test: image_list_view
- iterations: 10
-
- - name: jankbench
- classifiers:
- tag: iter_30
- workload_parameters:
- test: shadow_grid
- iterations: 10
-
- - name: jankbench
- classifiers:
- tag: iter_30
- workload_parameters:
- test: low_hitrate_text
- iterations: 10
-
- - name: jankbench
- classifiers:
- tag: iter_30
- workload_parameters:
- test: edit_text
- iterations: 10
diff --git a/wlauto/agendas/jankbench.yaml b/wlauto/agendas/jankbench.yaml
index a8da58c..6a666dd 100644
--- a/wlauto/agendas/jankbench.yaml
+++ b/wlauto/agendas/jankbench.yaml
@@ -1,24 +1,3 @@
-# This is an example agenda which shows a possible (rather large) set of
-# workloads and data collection.
-#
-# This will run 5 iterations each of a large set of workloads, under each of
-# PELT and WALT load tracking (it assumes that the target supports both
-# mechanisms).
-
-################################################################################
-# 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, trace-cmd, dmesg]
- trace-cmd:
- buffer_size: 120000
- trace_events: ['sched_switch', 'sched_wakeup', 'sched_wakeup_new', 'sched_load_avg_cpu', 'sched_load_avg_task', 'cpu_capacity', 'cpu_frequency', 'cpu_idle', 'sched_boost_cpu', 'sched_boost_task', 'sched_energy_diff', 'ipi*', 'sched_find_best_target', 'timer*', 'sched_sugov_util', 'sched_energy_calc_duration' ]
- # Do everything 5 times, if not otherwise specified by the specific workload
- iterations: 5
-
# To aid reproducibility and try to reduce noise in power measurements,
# minimise the screen brightness and set airplane mode on.
runtime_params: