blob: 517c13f1296428bcb0167aaebb5be5fad33ba0b7 [file] [log] [blame]
cmticef4220a32014-04-23 12:05:34 -07001# This example experiment file showings how to specify an external
2# chrome source tree (rather than using the one inside the chroot).
3# The Telemetry tests will be run from the external Chrome source
4# tree.
5#
6# You should replace all the placeholders, marked by angle-brackets,
7# with the appropriate actual values.
cmtice57995562013-11-12 16:10:58 -08008
9name: telemetry_crosperf_external_src_example
cmtice57995562013-11-12 16:10:58 -080010
cmticef4220a32014-04-23 12:05:34 -070011board: <your-board-goes-here>
12
13# Note: You can specify multiple remotes, to run your tests in parallel on
14# multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
15# test-machine3.com"
16remote: <your-remote-goes-here>
17
cmtice57995562013-11-12 16:10:58 -080018benchmark: octane {
19 suite: telemetry_Crosperf
20 iterations: 1
21}
22
cmticef4220a32014-04-23 12:05:34 -070023# Replace the chromeos image below with the actual path to your test imnage.
24test_image {
25 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
cmtice226e3e02014-04-27 22:28:42 -070026 # Replace '/usr/local/google/chrome-top' with the path to the
27 # top of your Chrome source tree. From that directory
28 # "./src/tools/perf/run_benchmark" should be a valid file path.
29 chrome_src:/usr/local/google/chrome-top
cmtice57995562013-11-12 16:10:58 -080030}
31