Commit 88b3378e authored by Ryan Heise's avatar Ryan Heise Committed by Chromium LUCI CQ

Wrap performance_test_suite to make lacros-targeting builders happy

Bug: chromium:1163679
Change-Id: I5bb4d8efe9317caf328fafb818f12abb5d95f5ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629664
Commit-Queue: Ryan Heise <heiserya@google.com>
Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845044}
parent 2d788490
...@@ -3338,12 +3338,13 @@ group("ct_telemetry_perf_tests_without_chrome") { ...@@ -3338,12 +3338,13 @@ group("ct_telemetry_perf_tests_without_chrome") {
# New target that will replace telemetry_perf_tests when testing # New target that will replace telemetry_perf_tests when testing
# is done. # is done.
group("performance_test_suite") { script_test("performance_test_suite") {
testonly = true script = "//testing/scripts/run_performance_tests.py"
deps = [ "//chrome/test:telemetry_perf_tests" ] args = [ "../../tools/perf/run_benchmark" ]
data_deps = [ data_deps = [
"//base:base_perftests", "//base:base_perftests",
"//chrome/test:telemetry_perf_tests",
"//components:components_perftests", "//components:components_perftests",
"//components/tracing:tracing_perftests", "//components/tracing:tracing_perftests",
"//gpu:command_buffer_perftests", "//gpu:command_buffer_perftests",
......
...@@ -1424,12 +1424,8 @@ ...@@ -1424,12 +1424,8 @@
"type": "script", "type": "script",
}, },
"performance_test_suite": { "performance_test_suite": {
"args": [
"../../tools/perf/run_benchmark",
],
"label": "//chrome/test:performance_test_suite", "label": "//chrome/test:performance_test_suite",
"script": "//testing/scripts/run_performance_tests.py", "type": "generated_script",
"type": "script",
}, },
"performance_webview_test_suite": { "performance_webview_test_suite": {
"args": [ "args": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment