Home | History | Annotate | Download | only in experiment_files
      1 # This experiment file shows how to run all of the Telemetry
      2 # page_cycler tests.
      3 #
      4 # You should replace all the placeholders, marked by angle-brackets,
      5 # with the appropriate actual values.
      6 
      7 name: all_page_cyclers_example
      8 board: <your-board-goes-here>
      9 
     10 # Note: You can specify multiple remotes, to run your tests in
     11 # parallel on multiple machines. e.g. "remote: test-machine-1.com
     12 # test-machine2.come test-machine3.com"
     13 
     14 remote: <your-remote-goes-here>
     15 
     16 
     17 # NOTE: all_pagecyclers is a Crosperf alias that will cause all of the
     18 # Telemetry page_cycler benchmark tests to be run.
     19 benchmark: all_pagecyclers {
     20 	suite: telemetry_Crosperf
     21 	iterations: 2
     22 }
     23 
     24 # Replace the chromeos image below with the actual path to your test
     25 # image.
     26 test_image {
     27   chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
     28 }
     29