aosp12/external/toolchain-utils/crosperf/experiment_files
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
aes_perf.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bloat_perf.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
dut_config.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
enable_aslr.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
morejs_perf.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
non-telemetry-tests.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
official-image.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
page_cycler.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
page_cycler_perf.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
telemetry-crosperf-suites.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
telemetry-crosperf-with-external-chrome-src.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
telemetry-crosperf-with-profiler.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
telemetry-crosperf.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
telemetry-without-autotest.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
telemetry_perf_perf init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
trybot-image.exp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

Experiment files

To use these experiment files, replace the board, remote and images placeholders and run crosperf on them.

Further information about crosperf: https://sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/crosperf-cros-image-performance-comparison-tool

The final experiment file should look something like the following (but with different actual values for the fields):

board: lumpy
remote: 123.45.67.089

# Add images you want to test:

my_image {
  chromeos_image: /usr/local/chromeos/src/build/images/lumpy/chromiumos_test_image.bin
}

vanilla_image {
   chromeos_root: /usr/local/chromeos
   build: lumpy-release/R35-5672.0.0
}

# Paste experiment benchmarks here. Example, I pasted
# `page_cycler_v2.morejs` here.

# This experiment just runs a short autotest which measures the performance
# of Telemetry's `page_cycler_v2.morejs`. In addition, it profiles cycles.

perf_args: record -e cycles

benchmark: page_cycler_v2.morejs {
   suite: telemetry_Crosperf
   iterations: 1
}