# 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). # 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 id: jankbench_list_view classifiers: tag: iter_30 workload_parameters: test: list_view iterations: 30 - name: jankbench id: jankbench_image_list_view classifiers: tag: iter_30 workload_parameters: test: image_list_view iterations: 30 - name: jankbench id: jankbench_shadow_grid classifiers: tag: iter_30 workload_parameters: test: shadow_grid iterations: 30 - name: jankbench id: jankbench_low_hitrate_text classifiers: tag: iter_30 workload_parameters: test: low_hitrate_text iterations: 30 - name: jankbench id: jankbench_edit_text classifiers: tag: iter_30 workload_parameters: test: edit_text iterations: 30