aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_files/page_cycler_perf.exp
blob: cd661737be48784facd2bd9014925739de08b06e (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# This experiment profiles some of the Telemetry page cycler tests,
# uisng 'perf' on the remotes to get performance profiles.
#
# You should replace all the placeholders, marked by angle-brackets,
# with the appropriate actual values.

name: aes_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>

perf_args: record -e cycles,instructions

benchmark: page_cycler_v2.morejs {
	suite: telemetry_Crosperf
	iterations: 10
}

benchmark: page_cycler_v2.bloat {
	suite: telemetry_Crosperf
	iterations: 10
}

benchmark: page_cycler_v2.dhtml {
	suite: telemetry_Crosperf
	iterations: 10
}

benchmark: page_cycler_v2.intl_ar_fa_he {
	suite: telemetry_Crosperf
	iterations: 10
}

benchmark: page_cycler_v2.moz {
	suite: telemetry_Crosperf
	iterations: 10
}

# 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
}