Commit 87c264cc authored by Emily Hanley's avatar Emily Hanley Committed by Commit Bot

Migrating more non-telemetry tests to wrapper script

We have a new way to trigger perf tests, migrating those
that run on mac and linux.

Bug: 757933
Change-Id: Ic6fda31c34d288b584d28a523d848944a0724519
Reviewed-on: https://chromium-review.googlesource.com/1010863Reviewed-by: default avatarChrome Cunningham <chcunningham@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarAsanka Herath <asanka@chromium.org>
Reviewed-by: default avatarSimon Hatch <simonhatch@chromium.org>
Commit-Queue: Emily Hanley <eyaich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550680}
parent 1e26fb86
...@@ -80,12 +80,9 @@ test("tracing_perftests") { ...@@ -80,12 +80,9 @@ test("tracing_perftests") {
"//testing/perf", "//testing/perf",
] ]
data = [ data_deps = [
# Needed for isolate script to execute. # Needed for isolate script to execute.
"//testing/scripts/common.py", "//testing:run_perf_test",
"//testing/xvfb.py",
"//testing/scripts/run_gtest_perf_test.py",
"//tools/perf/generate_legacy_perf_dashboard_json.py",
] ]
if (is_android) { if (is_android) {
......
...@@ -202,12 +202,11 @@ test("media_perftests") { ...@@ -202,12 +202,11 @@ test("media_perftests") {
data = [ data = [
"test/data/", "test/data/",
]
data_deps = [
# Needed for isolate script to execute. # Needed for isolate script to execute.
"//testing/scripts/common.py", "//testing:run_perf_test",
"//testing/xvfb.py",
"//testing/scripts/run_gtest_perf_test.py",
"//tools/perf/generate_legacy_perf_dashboard_json.py",
] ]
} }
......
...@@ -5788,12 +5788,9 @@ if (!is_ios && !is_proto_quic) { ...@@ -5788,12 +5788,9 @@ if (!is_ios && !is_proto_quic) {
"//testing/perf", "//testing/perf",
"//url", "//url",
] ]
data = [ data_deps = [
# Needed for isolate script to execute. # Needed for isolate script to execute.
"//testing/scripts/common.py", "//testing:run_perf_test",
"//testing/xvfb.py",
"//testing/scripts/run_gtest_perf_test.py",
"//tools/perf/generate_legacy_perf_dashboard_json.py",
] ]
if (enable_websockets) { if (enable_websockets) {
sources += [ "websockets/websocket_frame_perftest.cc" ] sources += [ "websockets/websocket_frame_perftest.cc" ]
......
...@@ -887,7 +887,7 @@ ...@@ -887,7 +887,7 @@
"net_perftests": { "net_perftests": {
"label": "//net:net_perftests", "label": "//net:net_perftests",
"type": "script", "type": "script",
"script": "//testing/scripts/run_gtest_perf_test.py", "script": "//testing/scripts/run_performance_tests_wrapper.py",
"args": [ "args": [
"net_perftests", "net_perftests",
], ],
...@@ -1135,7 +1135,7 @@ ...@@ -1135,7 +1135,7 @@
"media_perftests": { "media_perftests": {
"label": "//media:media_perftests", "label": "//media:media_perftests",
"type": "script", "type": "script",
"script": "//testing/scripts/run_gtest_perf_test.py", "script": "//testing/scripts/run_performance_tests_wrapper.py",
"args": [ "args": [
"media_perftests", "media_perftests",
"--single-process-tests", "--single-process-tests",
...@@ -1155,7 +1155,7 @@ ...@@ -1155,7 +1155,7 @@
"tracing_perftests": { "tracing_perftests": {
"label": "//components/tracing:tracing_perftests", "label": "//components/tracing:tracing_perftests",
"type": "script", "type": "script",
"script": "//testing/scripts/run_gtest_perf_test.py", "script": "//testing/scripts/run_performance_tests_wrapper.py",
"args": [ "args": [
"tracing_perftests", "tracing_perftests",
"--test-launcher-print-test-stdio=always", "--test-launcher-print-test-stdio=always",
...@@ -1272,7 +1272,7 @@ ...@@ -1272,7 +1272,7 @@
"views_perftests": { "views_perftests": {
"label": "//ui/views:views_perftests", "label": "//ui/views:views_perftests",
"type": "script", "type": "script",
"script": "//testing/scripts/run_gtest_perf_test.py", "script": "//testing/scripts/run_performance_tests_wrapper.py",
"args": [ "args": [
"--xvfb", "--xvfb",
"views_perftests", "views_perftests",
......
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