aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_files
diff options
context:
space:
mode:
authorJian Cai <jiancai@google.com>2021-04-22 11:22:59 -0700
committerJian Cai <jiancai@google.com>2021-04-28 21:08:09 +0000
commit2a0c294fd27c0cc02d4c1d9b0e60c844411e7144 (patch)
tree07356f37445f16354473f16c42bac2ec37562afe /crosperf/experiment_files
parent4a12a1285b9992b158afbbc79c91244da4b7cc4b (diff)
downloadtoolchain-utils-2a0c294fd27c0cc02d4c1d9b0e60c844411e7144.tar.gz
default_remotes: update the list of machines
Synchronize the list of the lab machines allocated by the hardware lab to the toolchain pool. Also add a description of this file to README. BUG=chromium:1201755 TEST=None Change-Id: Ie10d0a881b34dfd0d1b49e6892a4fdf807830c95 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2847103 Reviewed-by: Caroline Tice <cmtice@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Tested-by: Jian Cai <jiancai@google.com>
Diffstat (limited to 'crosperf/experiment_files')
-rw-r--r--crosperf/experiment_files/README.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/crosperf/experiment_files/README.md b/crosperf/experiment_files/README.md
deleted file mode 100644
index 8c1fe200..00000000
--- a/crosperf/experiment_files/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-# Experiment files
-
-To use these experiment files, replace the board, remote and images
-placeholders and run crosperf on them.
-
-Further information about crosperf:
-https://sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/crosperf-cros-image-performance-comparison-tool
-
-The final experiment file should look something like the following (but with
-different actual values for the fields):
-
-```
-board: lumpy
-remote: 123.45.67.089
-
-# Add images you want to test:
-
-my_image {
- chromeos_image: /usr/local/chromeos/src/build/images/lumpy/chromiumos_test_image.bin
-}
-
-vanilla_image {
- chromeos_root: /usr/local/chromeos
- build: lumpy-release/R35-5672.0.0
-}
-
-# Paste experiment benchmarks here. Example, I pasted
-# `page_cycler_v2.morejs` here.
-
-# This experiment just runs a short autotest which measures the performance
-# of Telemetry's `page_cycler_v2.morejs`. In addition, it profiles cycles.
-
-perf_args: record -e cycles
-
-benchmark: page_cycler_v2.morejs {
- suite: telemetry_Crosperf
- iterations: 1
-}
-```