Commit b64ac7c8 authored by Emily Hanley's avatar Emily Hanley Committed by Commit Bot

Re-landing dummy benchmarks for the third time.

NOTRY=true

Bug: 840427
Change-Id: I3c1336cccc6e0af88aea9b7ad5e7d10a8cdd5b6f
Reviewed-on: https://chromium-review.googlesource.com/1069659
Commit-Queue: Emily Hanley <eyaich@chromium.org>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561849}
parent 019d2e02
...@@ -2374,6 +2374,26 @@ ...@@ -2374,6 +2374,26 @@
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
} }
}, },
{
"args": [
"--smoke-test-mode",
"--test-shard-map-filename=smoke_test_benchmark_shard_map.json",
"--browser=debug"
],
"isolate_name": "performance_test_suite",
"merge": {
"args": [
"--smoke-test-mode"
],
"script": "//tools/perf/process_perf_results.py"
},
"name": "performance_test_suite",
"swarming": {
"can_use_on_swarming_builders": true,
"hard_timeout": 960,
"shards": 2
}
},
{ {
"isolate_name": "telemetry_gpu_unittests", "isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests", "name": "telemetry_gpu_unittests",
......
...@@ -1709,6 +1709,26 @@ ...@@ -1709,6 +1709,26 @@
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
} }
}, },
{
"args": [
"--smoke-test-mode",
"--test-shard-map-filename=smoke_test_benchmark_shard_map.json",
"--browser=debug_x64"
],
"isolate_name": "performance_test_suite",
"merge": {
"args": [
"--smoke-test-mode"
],
"script": "//tools/perf/process_perf_results.py"
},
"name": "performance_test_suite",
"swarming": {
"can_use_on_swarming_builders": true,
"hard_timeout": 960,
"shards": 2
}
},
{ {
"isolate_name": "telemetry_gpu_unittests", "isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests", "name": "telemetry_gpu_unittests",
...@@ -2962,6 +2982,26 @@ ...@@ -2962,6 +2982,26 @@
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
} }
}, },
{
"args": [
"--smoke-test-mode",
"--test-shard-map-filename=smoke_test_benchmark_shard_map.json",
"--browser=debug"
],
"isolate_name": "performance_test_suite",
"merge": {
"args": [
"--smoke-test-mode"
],
"script": "//tools/perf/process_perf_results.py"
},
"name": "performance_test_suite",
"swarming": {
"can_use_on_swarming_builders": true,
"hard_timeout": 960,
"shards": 2
}
},
{ {
"isolate_name": "telemetry_gpu_unittests", "isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests", "name": "telemetry_gpu_unittests",
......
...@@ -2167,6 +2167,25 @@ ...@@ -2167,6 +2167,25 @@
'Linux TSan Tests', 'Linux TSan Tests',
], ],
}, },
'performance_test_suite': {
'modifications': {
'Mac10.13 Tests (dbg)': {
'args': [
'--browser=debug',
],
},
'Win10 Tests x64 (dbg)': {
'args': [
'--browser=debug_x64',
],
},
'Win7 Tests (dbg)(1)': {
'args': [
'--browser=debug',
],
},
}
},
'telemetry_perf_unittests': { 'telemetry_perf_unittests': {
'modifications': { 'modifications': {
# chromium.android # chromium.android
......
...@@ -1569,6 +1569,25 @@ ...@@ -1569,6 +1569,25 @@
'system_webview_shell_layout_test_apk': {}, 'system_webview_shell_layout_test_apk': {},
}, },
'performance_smoke_test_isolated_scripts': {
'performance_test_suite': {
'args': [
'--smoke-test-mode',
'--test-shard-map-filename=smoke_test_benchmark_shard_map.json'
],
'swarming': {
'hard_timeout': 960,
'shards': 2,
},
'merge': {
'args': [
'--smoke-test-mode',
],
'script': '//tools/perf/process_perf_results.py',
},
},
},
'telemetry_perf_unittests_isolated_scripts': { 'telemetry_perf_unittests_isolated_scripts': {
'telemetry_perf_unittests': { 'telemetry_perf_unittests': {
'swarming': { 'swarming': {
...@@ -1787,6 +1806,7 @@ ...@@ -1787,6 +1806,7 @@
'chromium_dbg_isolated_scripts': [ 'chromium_dbg_isolated_scripts': [
'desktop_chromium_isolated_scripts', 'desktop_chromium_isolated_scripts',
'telemetry_perf_unittests_isolated_scripts', 'telemetry_perf_unittests_isolated_scripts',
'performance_smoke_test_isolated_scripts',
], ],
'chromium_rel_isolated_scripts': [ 'chromium_rel_isolated_scripts': [
......
{
"0": {
"benchmarks": [
"dummy_benchmark.stable_benchmark_1"
]
},
"1": {
"benchmarks": [
"dummy_benchmark.histogram_benchmark_1"
]
}
}
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