Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 4 KiB | |
aes_perf.exp | 10-Aug-2018 | 690 | |
bloat_perf.exp | 10-Aug-2018 | 789 | |
morejs_perf.exp | 10-Aug-2018 | 793 | |
non-telemetry-tests.exp | 10-Aug-2018 | 846 | |
official-image.exp | 10-Aug-2018 | 1.2 KiB | |
page_cycler.exp | 10-Aug-2018 | 850 | |
page_cycler_perf.exp | 10-Aug-2018 | 1.1 KiB | |
README | 10-Aug-2018 | 1,010 | |
telemetry-crosperf-suites.exp | 10-Aug-2018 | 1.8 KiB | |
telemetry-crosperf-with-external-chrome-src.exp | 10-Aug-2018 | 1.1 KiB | |
telemetry-crosperf-with-profiler.exp | 10-Aug-2018 | 1.2 KiB | |
telemetry-crosperf.exp | 10-Aug-2018 | 1.2 KiB | |
telemetry-without-autotest.exp | 10-Aug-2018 | 1.3 KiB | |
telemetry_perf_perf | 10-Aug-2018 | 2.4 KiB | |
trybot-image.exp | 10-Aug-2018 | 1 KiB |
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