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