Commit 2ba0963d authored by Ned Nguyen's avatar Ned Nguyen Committed by Commit Bot

Rename *-perf-experimental target to *-perf-without-chrome

This isolate will also be used by Cluster Telemetry to create isolate that contains perf code
without Chrome. So formalize its name to reflect the purpose.

Bug: skia:7796
Change-Id: I29566b047ab04b27def5e800f7174d1fd20b5db4
Reviewed-on: https://chromium-review.googlesource.com/1025131Reviewed-by: default avatarEmily Hanley <eyaich@chromium.org>
Reviewed-by: default avatarAshley Enstad <ashleymarie@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#553421}
parent c0b7c282
...@@ -1039,7 +1039,7 @@ group("chromium_builder_perf") { ...@@ -1039,7 +1039,7 @@ group("chromium_builder_perf") {
"//chrome/test:load_library_perf_tests", "//chrome/test:load_library_perf_tests",
"//chrome/test:performance_test_suite", "//chrome/test:performance_test_suite",
"//chrome/test:telemetry_perf_tests", "//chrome/test:telemetry_perf_tests",
"//chrome/test:telemetry_perf_tests_experimental", "//chrome/test:telemetry_perf_tests_without_chrome",
"//components/tracing:tracing_perftests", "//components/tracing:tracing_perftests",
"//gpu:command_buffer_perftests", "//gpu:command_buffer_perftests",
"//gpu:gpu_perftests", "//gpu:gpu_perftests",
......
...@@ -2148,10 +2148,10 @@ group("telemetry_perf_tests") { ...@@ -2148,10 +2148,10 @@ group("telemetry_perf_tests") {
# Temporary target for running benchmarks without building Chrome # Temporary target for running benchmarks without building Chrome
# Will be removed as a part of crbug.com/758632 # Will be removed as a part of crbug.com/758632
group("telemetry_perf_tests_experimental") { group("telemetry_perf_tests_without_chrome") {
testonly = true testonly = true
deps = [ deps = [
"//tools/perf/:perf_experimental", "//tools/perf/:perf_without_chrome",
] ]
data_deps = [ data_deps = [
......
...@@ -665,7 +665,7 @@ ...@@ -665,7 +665,7 @@
"--testing=true", "--testing=true",
"--xvfb" "--xvfb"
], ],
"isolate_name": "telemetry_perf_tests_experimental", "isolate_name": "telemetry_perf_tests_without_chrome",
"merge": { "merge": {
"args": [ "args": [
"--service-account-file", "--service-account-file",
...@@ -673,9 +673,9 @@ ...@@ -673,9 +673,9 @@
], ],
"script": "//tools/perf/process_perf_results.py" "script": "//tools/perf/process_perf_results.py"
}, },
"name": "telemetry_perf_tests_experimental", "name": "telemetry_perf_tests_without_chrome",
"override_compile_targets": [ "override_compile_targets": [
"telemetry_perf_tests_experimental" "telemetry_perf_tests_without_chrome"
], ],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
......
...@@ -1072,8 +1072,8 @@ ...@@ -1072,8 +1072,8 @@
"../../tools/perf/run_benchmark", "../../tools/perf/run_benchmark",
], ],
}, },
"telemetry_perf_tests_experimental": { "telemetry_perf_tests_without_chrome": {
"label": "//chrome/test:telemetry_perf_tests_experimental", "label": "//chrome/test:telemetry_perf_tests_without_chrome",
"type": "script", "type": "script",
"script": "//testing/scripts/run_performance_tests.py", "script": "//testing/scripts/run_performance_tests.py",
"args": [ "args": [
......
...@@ -42,12 +42,11 @@ if (is_android) { ...@@ -42,12 +42,11 @@ if (is_android) {
} }
} }
# Temporary group for running benchmarks without building Chrome # Group for running benchmarks without building Chrome
# Will be removed as a part of crbug.com/758632 group("perf_without_chrome") {
group("perf_experimental") {
testonly = true testonly = true
deps = [ deps = [
"//tools/perf/chrome_telemetry_build:telemetry_chrome_test_experimental", "//tools/perf/chrome_telemetry_build:telemetry_chrome_test_without_chrome",
] ]
data = [ data = [
......
...@@ -73,7 +73,7 @@ group("telemetry_chrome_test") { ...@@ -73,7 +73,7 @@ group("telemetry_chrome_test") {
} }
} }
group("telemetry_chrome_test_experimental") { group("telemetry_chrome_test_without_chrome") {
testonly = true testonly = true
if (is_android) { if (is_android) {
......
...@@ -1099,7 +1099,7 @@ NEW_PERF_RECIPE_FYI_TESTERS = { ...@@ -1099,7 +1099,7 @@ NEW_PERF_RECIPE_FYI_TESTERS = {
'One Buildbot Step Test Builder': { 'One Buildbot Step Test Builder': {
'tests': [ 'tests': [
{ {
'isolate': 'telemetry_perf_tests_experimental', 'isolate': 'telemetry_perf_tests_without_chrome',
'extra_args': ['--xvfb'], 'extra_args': ['--xvfb'],
}, },
{ {
......
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