aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_files/telemetry-crosperf-suites.exp
blob: cb1a258a5d7184465edcc6502de5801bffa69005 (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
46
47
# This is an example experiment file for Crosperf, showing how to run
# a Telemetry test, using test_that and autotest.  This is similar to
# the basic_telemetry_crosperf_example (in telemetry-crosperf.exp),
# except that it shows how to invoke suites of tests.  There are
# currently two suites defined for crosperf_Telemetry: all_perfv2 and
# all_pagecyclers.

name: telemetry_crosperf_suites_example
# Replace board and remote values below appropriately. e.g. "lumpy" and
# "123.45.678.901"  or "my-machine.blah.com".
board: <your-board-goes-here>
remote: <your-remote-ip-address-here>

# The example below will run all the benchmarks in the perf_v2 suite.
# The exact list of benchmarks that will be run can be seen in
# crosperf/experiment_factory.py
benchmark: all_perfv2 {
  suite:telemetry_Crosperf
  iterations: 2
}

# The example below will run all the Telemetry page_cycler benchmarks.
# The exact list of benchmarks that will be run can be seen in
# crosperf/experiment_factory.py
benchmark: all_pagecyclers {
  suite:telemetry_Crosperf
  iterations: 1
}

# Replace <path-to-your-chroot-goes-here> and <board-goes-here> below.
# You can optionally add "chrome_src:" followed by the path to a Chrome
# source tree outside your chroot that you wish to use for running
# Telemetry.
old_image {
  chromeos_image:<path-to-your-chroot-goes-here>/src/build/images/<board-goes-here>/latest/chromiumos_test_image.bin
}

# Replace <path-to-your-other-chroot-goes-here> and <board-goes-here> below.
# You can optionally add "chrome_src:" followed by the path to a Chrome
# source tree outside your chroot that you wish to use for running
# Telemetry.
new_image {
  chromeos_image:<path-to-your-other-chroot-goes-here>/src/build/images/<board-goes-here>/latest/chromiumos_test_image.bin
}