aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_files/telemetry-pure.exp
blob: 92dcae57b09e19d5da20dfd1a9f8682c0bf8ad4b (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 is an example experiment file for Crosperf, showing how to run
# a "pure" Telemetry test, i.e. bypassing run_remote_tests, test_that
# and autotest.  This runs the "run_measurement" script directly.  You
# need to supply both the name of the Telemetry test and the page_set
# (via the test_args argument).

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

# Replace "page_cycler_dhtml" below with the name of the Telemetry test
# that you wnat run_measurement to run.  Also replace the page set below
# (in the test_args field) with the appropriate page set for your test.
benchmark: page_cycler_dhtml {
    suite: telemetry
    iterations: 1
    test_args: ./page_sets/page_cycler/dhtml.json
}

# 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.
vanilla_image {
  chromeos_image:<path-to-your-chroot-goes-here>/src/build/images/<board-goes-here>/latest/chromiumos_test_image.bin
}