Commit 1f4fc1f7 authored by Emily Hanley's avatar Emily Hanley Committed by Commit Bot

Add dummy benchmarks to chromium waterfalls

Bug: 840427
Change-Id: I44364a9c3954b14118c77c51cfd454be3919c1f2
Reviewed-on: https://chromium-review.googlesource.com/1055776Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: Emily Hanley <eyaich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#559076}
parent 8bc61c7a
...@@ -2298,6 +2298,25 @@ ...@@ -2298,6 +2298,25 @@
} }
], ],
"isolated_scripts": [ "isolated_scripts": [
{
"args": [
"--smoke-test-mode",
"--test-shard-map-filename=smoke_test_benchmark_shard_map.json"
],
"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",
......
...@@ -1679,6 +1679,25 @@ ...@@ -1679,6 +1679,25 @@
"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"
],
"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",
...@@ -2886,6 +2905,25 @@ ...@@ -2886,6 +2905,25 @@
} }
], ],
"isolated_scripts": [ "isolated_scripts": [
{
"args": [
"--smoke-test-mode",
"--test-shard-map-filename=smoke_test_benchmark_shard_map.json"
],
"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",
......
...@@ -1606,6 +1606,25 @@ ...@@ -1606,6 +1606,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': {
...@@ -1854,6 +1873,7 @@ ...@@ -1854,6 +1873,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