aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_files/page_cycler.exp
blob: 6cb6166de3da4c5a487005e4586bd3afafdb433e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This experiment file shows how to run all of the Telemetry
# page_cycler tests.
#
# You should replace all the placeholders, marked by angle-brackets,
# with the appropriate actual values.

name: all_page_cyclers_example
board: <your-board-goes-here>

# Note: You can specify multiple remotes, to run your tests in
# parallel on multiple machines. e.g. "remote: test-machine-1.com
# test-machine2.come test-machine3.com"

remote: <your-remote-goes-here>


# NOTE: all_pagecyclers is a Crosperf alias that will cause all of the 
# Telemetry page_cycler benchmark tests to be run. 
benchmark: all_pagecyclers {
	suite: telemetry_Crosperf
	iterations: 2
}

# Replace the chromeos image below with the actual path to your test
# image.
test_image {
  chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
}