Home | History | Annotate | Download | only in experiment_files
      1 # This experiment just runs a short telemety autotest which measures
      2 # the performance of the page_cycler_v2.bloat test.
      3 #
      4 # You should replace all the placeholders, marked by angle-brackets, with the
      5 # appropriate actual values.
      6 
      7 name: bloat_perf_example
      8 board: <your-board-goes-here>
      9 
     10 # Note:  You can specify multiple remotes, to run your tests in parallel on
     11 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
     12 # test-machine3.com"
     13 remote: <your-remote-goes-here>
     14 
     15 perf_args: record -e cycles
     16 
     17 benchmark: page_cycler_v2.bloat {
     18 	suite: telemetry_Crosperf
     19 	iterations:1
     20 }
     21 
     22 # Replace the chromeos image below with the actual path to your test image.
     23 test_image {
     24   chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
     25 }
     26