Home | History | Annotate | Download | only in experiment_files
      1 # 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.
      8 
      9 name: telemetry_crosperf_external_src_example
     10 
     11 board: <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"
     16 remote: <your-remote-goes-here>
     17 
     18 benchmark: octane {
     19     suite: telemetry_Crosperf
     20     iterations: 1
     21 }
     22 
     23 # Replace the chromeos image below with the actual path to your test imnage.
     24 test_image {
     25   chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
     26   # 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
     30 }
     31 
     32