1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
aes_perf.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bloat_perf.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
dut_config.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
enable_aslr.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
morejs_perf.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
non-telemetry-tests.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
official-image.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
page_cycler.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
page_cycler_perf.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
telemetry-crosperf-suites.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
telemetry-crosperf-with-external-chrome-src.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
telemetry-crosperf-with-profiler.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
telemetry-crosperf.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
telemetry-without-autotest.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
telemetry_perf_perf Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
trybot-image.exp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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
}