Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 1,010 | 35 | 25 | |
aes_perf.exp | D | 03-May-2024 | 690 | 22 | 8 | |
bloat_perf.exp | D | 03-May-2024 | 789 | 26 | 11 | |
morejs_perf.exp | D | 03-May-2024 | 793 | 26 | 11 | |
non-telemetry-tests.exp | D | 03-May-2024 | 846 | 32 | 16 | |
official-image.exp | D | 03-May-2024 | 1.2 KiB | 42 | 15 | |
page_cycler.exp | D | 03-May-2024 | 850 | 29 | 10 | |
page_cycler_perf.exp | D | 03-May-2024 | 1.1 KiB | 46 | 27 | |
telemetry-crosperf-suites.exp | D | 03-May-2024 | 1.8 KiB | 55 | 21 | |
telemetry-crosperf-with-external-chrome-src.exp | D | 03-May-2024 | 1.1 KiB | 32 | 11 | |
telemetry-crosperf-with-profiler.exp | D | 03-May-2024 | 1.2 KiB | 36 | 11 | |
telemetry-crosperf.exp | D | 03-May-2024 | 1.2 KiB | 33 | 13 | |
telemetry-without-autotest.exp | D | 03-May-2024 | 1.3 KiB | 32 | 11 | |
telemetry_perf_perf | D | 03-May-2024 | 2.4 KiB | 78 | 45 | |
trybot-image.exp | D | 03-May-2024 | 1 KiB | 34 | 11 |
README
1To use these experiment files, replace the board, remote and images 2placeholders and run crosperf on them. 3 4Further information about crosperf: 5https://sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/crosperf-cros-image-performance-comparison-tool 6 7The final experiment file should look something like the following (but with 8different actual values for the fields): 9 10board: lumpy 11remote: 123.45.67.089 12 13# Add images you want to test: 14my_image { 15 chromeos_image: /usr/local/chromeos/src/build/images/lumpy/chromiumos_test_image.bin 16} 17 18vanilla_image { 19 chromeos_root: /usr/local/chromeos 20 build: lumpy-release/R35-5672.0.0 21} 22 23# Paste experiment benchmarks here. Example, I pasted 24# page_cycler_v2.morejs here. 25 26# This experiment just runs a short autotest which measures the performance of 27# Telemetry's page_cycler_v2.morejs. In addition, it profiles 28 29perg_args: record -e cycles 30 31benchmark: page_cycler_v2.morejs { 32 suite: telemetry_Crosperf 33 iterations: 1 34} 35