Lines Matching +full:google +full:- +full:benchmark
2 # -*- coding: utf-8 -*-
5 # Use of this source code is governed by a BSD-style license that can be
17 board: x86-alex
18 remote: chromeos-alex3
19 perf_args: record -a -e cycles
20 benchmark: PageCycler {
25 chromeos_image: /usr/local/google/cros_image1.bin
29 remote: chromeos-lumpy1
30 chromeos_image: /usr/local/google/cros_image2.bin
35 board: x86-alex
36 remote: chromeos-alex3
39 benchmark: PageCycler {
42 benchmark: AndroidBench {
47 chromeos_image:/usr/local/google/cros_image1.bin
51 chromeos_image: /usr/local/google/cros_image2.bin
56 board: x86-alex
57 remote: chromeos-alex3
60 benchmark: PageCycler {
64 chromeos_image:/usr/local/google/cros_image1.bin
68 chromeos_image: /usr/local/google/cros_image2.bin
73 board: x86-alex
74 remote: chromeos-alex3
77 benchmark: webrtc {
78 test_args: --story-filter=datachannel
81 benchmark: webrtc {
82 test_args: --story-tag-filter=smoothness
86 chromeos_image:/usr/local/google/cros_image1.bin
92 remote: chromeos-kevin.cros
102 benchmark: speedometer {
108 chromeos_image:/usr/local/google/cros_image1.bin
114 remote: chromeos-kevin.cros
118 benchmark: speedometer2 {
126 remote: chromeos-kevin.cros
131 benchmark: speedometer2 {
137 chromeos_image:/usr/local/google/cros_image1.bin
141 OUTPUT_FILE = """board: x86-alex
142 remote: chromeos-alex3
143 perf_args: record -a -e cycles
145 benchmark: PageCycler {
150 \tchromeos_image: /usr/local/google/cros_image1.bin
151 \tremote: chromeos-alex3
155 \tchromeos_image: /usr/local/google/cros_image2.bin
156 \tremote: chromeos-lumpy1
167 self.assertEqual(global_settings.GetField("remote"), ["chromeos-alex3"])
169 global_settings.GetField("perf_args"), "record -a -e cycles"
171 benchmark_settings = experiment_file.GetSettings("benchmark")
181 "/usr/local/google/cros_image1.bin",
184 label_settings[1].GetField("remote"), ["chromeos-lumpy1"]
187 label_settings[0].GetField("remote"), ["chromeos-alex3"]
194 self.assertEqual(global_settings.GetField("remote"), ["chromeos-alex3"])
196 benchmark_settings = experiment_file.GetSettings("benchmark")
210 benchmark_settings = experiment_file.GetSettings("benchmark")
214 "--story-filter=datachannel",
219 "--story-tag-filter=smoothness",