1*760c253cSXin Li# This example experiment file showings how to specify an external
2*760c253cSXin Li# chrome source tree (rather than using the one inside the chroot).
3*760c253cSXin Li# The Telemetry tests will be run from the external Chrome source
4*760c253cSXin Li# tree.
5*760c253cSXin Li#
6*760c253cSXin Li# You should replace all the placeholders, marked by angle-brackets,
7*760c253cSXin Li# with the appropriate actual values.
8*760c253cSXin Li
9*760c253cSXin Liname: telemetry_crosperf_external_src_example
10*760c253cSXin Li
11*760c253cSXin Liboard: <your-board-goes-here>
12*760c253cSXin Li
13*760c253cSXin Li# Note:  You can specify multiple remotes, to run your tests in parallel on
14*760c253cSXin Li# multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
15*760c253cSXin Li# test-machine3.com"
16*760c253cSXin Liremote: <your-remote-goes-here>
17*760c253cSXin Li
18*760c253cSXin Libenchmark: octane {
19*760c253cSXin Li    suite: telemetry_Crosperf
20*760c253cSXin Li    iterations: 1
21*760c253cSXin Li}
22*760c253cSXin Li
23*760c253cSXin Li# Replace the chromeos image below with the actual path to your test imnage.
24*760c253cSXin Litest_image {
25*760c253cSXin Li  chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
26*760c253cSXin Li  # Replace '/usr/local/google/chrome-top' with the path to the
27*760c253cSXin Li  # top of your Chrome source tree. From that directory
28*760c253cSXin Li  # "./src/tools/perf/run_benchmark" should be a valid file path.
29*760c253cSXin Li  chrome_src:/usr/local/google/chrome-top
30*760c253cSXin Li}
31*760c253cSXin Li
32