1*760c253cSXin Li# This experiment file shows how to run all of the Telemetry 2*760c253cSXin Li# page_cycler tests. 3*760c253cSXin Li# 4*760c253cSXin Li# You should replace all the placeholders, marked by angle-brackets, 5*760c253cSXin Li# with the appropriate actual values. 6*760c253cSXin Li 7*760c253cSXin Liname: all_page_cyclers_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 11*760c253cSXin Li# parallel on multiple machines. e.g. "remote: test-machine-1.com 12*760c253cSXin Li# test-machine2.come test-machine3.com" 13*760c253cSXin Li 14*760c253cSXin Liremote: <your-remote-goes-here> 15*760c253cSXin Li 16*760c253cSXin Li 17*760c253cSXin Li# NOTE: all_pagecyclers is a Crosperf alias that will cause all of the 18*760c253cSXin Li# Telemetry page_cycler benchmark tests to be run. 19*760c253cSXin Libenchmark: all_pagecyclers { 20*760c253cSXin Li suite: telemetry_Crosperf 21*760c253cSXin Li iterations: 2 22*760c253cSXin Li} 23*760c253cSXin Li 24*760c253cSXin Li# Replace the chromeos image below with the actual path to your test 25*760c253cSXin Li# image. 26*760c253cSXin Litest_image { 27*760c253cSXin Li chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin 28*760c253cSXin Li} 29