aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_files/trybot-image.exp
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/experiment_files/trybot-image.exp')
-rw-r--r--crosperf/experiment_files/trybot-image.exp33
1 files changed, 17 insertions, 16 deletions
diff --git a/crosperf/experiment_files/trybot-image.exp b/crosperf/experiment_files/trybot-image.exp
index d80f4187..a261e08c 100644
--- a/crosperf/experiment_files/trybot-image.exp
+++ b/crosperf/experiment_files/trybot-image.exp
@@ -1,14 +1,19 @@
-# This is an example experiment file for Crosperf, showing how to run
-# a basic test, using a (previously made) trybot image.
+# This example experiment shows how to run a basic test, using a
+# (previously made) trybot image.
+
+#
+# You should replace all the placeholders, marked by angle-brackets,
+# with the appropriate actual values.
name: trybot_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>
-# You can replace 'canvasmark' below with the name of the Telemetry
-# benchmakr you want to run.
+# 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>
+
+
benchmark: canvasmark {
suite:telemetry_Crosperf
iterations: 1
@@ -19,14 +24,10 @@ benchmark: canvasmark {
# to the top of your ChromimumOS chroot.
trybot_image {
chromeos_root:<path-to-your-chroot-goes-here>
- # Replace <trybot-image-name> with the actual name of the trybot image
- # that you wish to use. You can find this by going to the trybot build
- # log, going # to the 'Report' stage, and looking for "Build Artifacts'
- # at the bottom. You will see something like:
- # 'lumpy: https://storage.cloud.google.com/chromeos-image-archive/trybot-lumpy-paladin/R34-5393.0.0-b1504/index.html'
- # From that you can extract the trybot image name and put it in the build
- # field:
- # build:trybot-lumpy-paladin/R34-5417.0.0-b1506
- build:<trybot-image-name>
+ # Replace "trybot-lumpy-paladin/R34-5417.0.0-b1506" with the name of the
+ # trybot image that you wish to use. You can find this by going to the
+ # trybot build log, going to the 'Report' stage, and looking for 'Build
+ # Artifacts' at the bottom. You can extract the trybot image name from that.
+ build:trybot-lumpy-paladin/R34-5417.0.0-b1506
}