Lines Matching +full:build +full:- +full:benchmarks
1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
70 ChromeOS benchmarks, but the idea is that in the future, other types
76 benchmarks, argument
89 """Add all the tests in a set to the benchmarks list."""
105 benchmarks.append(telemetry_benchmark)
199 # Construct benchmarks.
202 benchmarks = []
207 # Check if in cwp_dso mode, all benchmarks should have same iterations
217 # Rename benchmark name if 'story-filter' or 'story-tag-filter' specified
221 if "--story-filter=" in arg or "--story-tag-filter=" in arg:
225 "Only one story or story-tag filter allowed in "
228 # Rename benchmark name with an extension of 'story'-option
231 arg.split("=")[-1],
279 benchmarks,
293 benchmarks,
308 benchmarks,
321 # Add non-telemetry toolchain-perf benchmarks:
326 # benchmarks.append(
355 benchmarks.append(benchmark)
359 benchmarks,
388 benchmarks.append(benchmark)
390 if not benchmarks:
391 raise RuntimeError("No benchmarks specified")
402 build = label_settings.GetField("build")
420 if build:
422 "Image path and build are provided at the same "
426 if not build:
427 raise RuntimeError("Can not have empty 'build' field!")
429 build,
457 # pylint: disable=too-many-function-args
460 build,
478 build,
511 benchmarks,
536 with open(default_remotes_file, encoding="utf-8") as f:
568 chromeos_root, "chromeos-admin", "lab-tools", "setup_lab_tools"