1# This experiment just runs a short telemety autotest which measures 2# the performance of the page_cycler_v2.morejs test. 3# 4# You should replace all the placeholders, marked by angle-brackets, with the 5# appropriate actual values. 6 7name: morejs_perf_example 8board: <your-board-goes-here> 9 10# Note: You can specify multiple remotes, to run your tests in parallel on 11# multiple machines. e.g. "remote: test-machine-1.com test-machine2.come 12# test-machine3.com" 13remote: <your-remote-goes-here> 14 15perf_args: record -e cycles 16 17benchmark: page_cycler_v2.morejs { 18 suite: telemetry_Crosperf 19 iterations: 1 20} 21 22# Replace the chromeos image below with the actual path to your test image. 23test_image { 24 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin 25} 26