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

Migrating android to OBBS.

Cleanup of perf_data_generator will be in a follow on CL

NOTRY=true

Bug: 757933
Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi
Change-Id: I93f2f3f1cbc52e0ef97d578a7b689d7f9201b733
Reviewed-on: https://chromium-review.googlesource.com/1124662
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#572268}
parent 5ee5a877
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1126,21 +1126,6 @@ ...@@ -1126,21 +1126,6 @@
"../../tools/perf/run_benchmark", "../../tools/perf/run_benchmark",
], ],
}, },
"telemetry_perf_webview_tests": {
"label": "//chrome/test:telemetry_perf_webview_tests",
"type": "script",
"script": "//third_party/catapult/devil/devil/android/tools/system_app.py",
"args": [
"remove",
"--package",
"com.android.webview",
"com.google.android.webview",
"-v",
"--",
"../../testing/scripts/run_telemetry_benchmark_as_googletest.py",
"../../tools/perf/run_benchmark",
],
},
"telemetry_unittests": { "telemetry_unittests": {
"label": "//chrome/test:telemetry_unittests", "label": "//chrome/test:telemetry_unittests",
"type": "script", "type": "script",
......
...@@ -111,161 +111,6 @@ def get_waterfall_config(): ...@@ -111,161 +111,6 @@ def get_waterfall_config():
waterfall = add_builder( waterfall = add_builder(
waterfall, builder, additional_compile_targets=targets) waterfall, builder, additional_compile_targets=targets)
# These configurations are taken from chromium_perf.py in
# build/scripts/slave/recipe_modules/chromium_tests and must be kept in sync
# to generate the correct json for each tester
waterfall = add_tester(
waterfall, 'Android Nexus5X Perf', 'android-nexus5X', 'android',
swarming=[
{
'os': 'Android',
'pool': 'chrome.tests.perf',
'device_os': 'MMB29Q',
'device_type': 'bullhead',
'device_os_flavor': 'google',
'device_ids': [
'build211-b7--device1', 'build211-b7--device2',
'build211-b7--device3', 'build211-b7--device4',
'build211-b7--device5', 'build211-b7--device6',
'build211-b7--device7',
'build212-b7--device1', 'build212-b7--device2',
'build212-b7--device3', 'build212-b7--device4',
'build212-b7--device5', 'build212-b7--device6',
'build212-b7--device7',
'build213-b7--device1', 'build213-b7--device2',
'build213-b7--device3', 'build213-b7--device4',
'build213-b7--device5', 'build213-b7--device6',
'build213-b7--device7',
],
'perf_tests': [
('tracing_perftests', 'build211-b7--device2'),
('gpu_perftests', 'build211-b7--device2'),
('media_perftests', 'build212-b7--device7'),
('components_perftests', 'build212-b7--device1'),
],
'perf_tests_with_args': [
('angle_perftests', 'build211-b7--device4', ['--shard-timeout=300'],
'angle_perftests'),
]
}
])
waterfall = add_tester(
waterfall, 'Android Nexus5 Perf', 'android-nexus5', 'android',
swarming=[
{
'os': 'Android',
'pool': 'chrome.tests.perf',
'device_os': 'KOT49H',
'device_type': 'hammerhead',
'device_os_flavor': 'google',
'device_ids': [
'build199-b7--device1', 'build199-b7--device2',
'build199-b7--device3', 'build199-b7--device4',
'build199-b7--device5', 'build199-b7--device6',
'build199-b7--device7',
'build200-b7--device1', 'build200-b7--device2',
'build200-b7--device3', 'build200-b7--device4',
'build200-b7--device5', 'build200-b7--device6',
'build200-b7--device7',
'build201-b7--device1', 'build201-b7--device2',
'build201-b7--device3', 'build201-b7--device4',
'build201-b7--device5', 'build201-b7--device6',
'build201-b7--device7',
],
'perf_tests': [
('tracing_perftests', 'build199-b7--device2'),
('gpu_perftests', 'build199-b7--device2'),
('components_perftests', 'build201-b7--device5'),
],
'perf_tests_with_args': [
('angle_perftests', 'build199-b7--device3', ['--shard-timeout=300'],
'angle_perftests'),
]
}
])
waterfall = add_tester(
waterfall, 'Android One Perf', 'android-nexus7v2', 'android',
swarming=[
{
'os': 'Android',
'pool': 'chrome.tests.perf',
'device_os': 'LMY47W',
'device_type': 'sprout',
'device_os_flavor': 'google',
'device_ids': [
'build191-b7--device1', 'build191-b7--device2',
'build191-b7--device3', 'build191-b7--device4',
'build191-b7--device5', 'build191-b7--device6',
'build191-b7--device7',
'build192-b7--device1', 'build192-b7--device2',
'build192-b7--device3', 'build192-b7--device4',
'build192-b7--device5', 'build192-b7--device6',
'build192-b7--device7',
'build193-b7--device1', 'build193-b7--device2',
'build193-b7--device3', 'build193-b7--device4',
'build193-b7--device5', 'build193-b7--device6',
'build193-b7--device7',
],
'perf_tests': [
('tracing_perftests', 'build191-b7--device2'),
# ('gpu_perftests', 'build192-b7--device2'), https://crbug.com/775219
]
}
])
waterfall = add_tester(
waterfall, 'Android Nexus5X WebView Perf', 'android-webview-nexus5X',
'android', swarming=[
{
'os': 'Android',
'pool': 'chrome.tests.perf-webview',
'device_os': 'MOB30K',
'device_type': 'bullhead',
'device_os_flavor': 'aosp',
'device_ids': [
'build188-b7--device1', 'build188-b7--device2',
'build188-b7--device3', 'build188-b7--device4',
'build188-b7--device5', 'build188-b7--device6',
'build188-b7--device7',
'build189-b7--device1', 'build189-b7--device2',
'build189-b7--device3', 'build189-b7--device4',
'build189-b7--device5', 'build189-b7--device6',
'build189-b7--device7',
'build190-b7--device1', 'build190-b7--device2',
'build190-b7--device3', 'build190-b7--device4',
'build190-b7--device5', 'build190-b7--device6',
'build190-b7--device7',
],
}
], replace_system_webview=True)
waterfall = add_tester(
waterfall, 'Android Nexus6 WebView Perf', 'android-webview-nexus6',
'android', swarming=[
{
'os': 'Android',
'pool': 'chrome.tests.perf-webview',
'device_os': 'MOB30K',
'device_type': 'shamu',
'device_os_flavor': 'aosp',
'device_ids': [
'build202-b7--device1', 'build202-b7--device2',
'build202-b7--device3', 'build202-b7--device4',
'build202-b7--device5', 'build202-b7--device6',
'build202-b7--device7',
'build203-b7--device1', 'build203-b7--device2',
'build203-b7--device3', 'build203-b7--device4',
'build203-b7--device5', 'build203-b7--device6',
'build203-b7--device7',
'build204-b7--device1', 'build204-b7--device2',
'build204-b7--device3', 'build204-b7--device4',
'build204-b7--device5', 'build204-b7--device6',
'build204-b7--device7',
],
}
], replace_system_webview=True)
return waterfall return waterfall
...@@ -732,7 +577,8 @@ def verify_all_tests_in_benchmark_csv(tests, benchmark_metadata): ...@@ -732,7 +577,8 @@ def verify_all_tests_in_benchmark_csv(tests, benchmark_metadata):
# TODO(eyaich): Determine new way to generate ownership based # TODO(eyaich): Determine new way to generate ownership based
# on the benchmark bot map instead of on the generated tests # on the benchmark bot map instead of on the generated tests
# for new perf recipe. # for new perf recipe.
if name is 'performance_test_suite': if (name is 'performance_test_suite'
or name is 'performance_webview_test_suite'):
continue continue
test_names.add(name) test_names.add(name)
...@@ -960,8 +806,172 @@ NEW_PERF_RECIPE_FYI_TESTERS = { ...@@ -960,8 +806,172 @@ NEW_PERF_RECIPE_FYI_TESTERS = {
} }
} }
# These configurations are taken from chromium_perf.py in
# build/scripts/slave/recipe_modules/chromium_tests and must be kept in sync
# to generate the correct json for each tester
NEW_PERF_RECIPE_MIGRATED_TESTERS = { NEW_PERF_RECIPE_MIGRATED_TESTERS = {
'testers' : { 'testers' : {
'Android Nexus5X Perf': {
'tests': [
{
'isolate': 'performance_test_suite',
'num_shards': 16,
'extra_args': [
'--run-ref-build',
'--test-shard-map-filename=android_nexus5x_16_shard_map.json',
],
},
{
'isolate': 'media_perftests',
'num_shards': 1,
'telemetry': False,
},
{
'isolate': 'components_perftests',
'num_shards': 1,
'telemetry': False,
},
{
'isolate': 'tracing_perftests',
'num_shards': 1,
'telemetry': False,
},
{
'isolate': 'gpu_perftests',
'num_shards': 1,
'telemetry': False,
},
{
'isolate': 'angle_perftests',
'num_shards': 1,
'telemetry': False,
'extra_args': [
'--shard-timeout=300'
],
}
],
'platform': 'android',
'dimension': {
'pool': 'chrome.tests.perf',
'os': 'Android',
'device_type': 'bullhead',
'device_os': 'MMB29Q',
'device_os_flavor': 'google',
},
'device_ids': [],
},
'Android Nexus5 Perf': {
'tests': [
{
'isolate': 'performance_test_suite',
'num_shards': 16,
'extra_args': [
'--run-ref-build',
'--test-shard-map-filename=android_nexus5_16_shard_map.json',
],
},
{
'isolate': 'tracing_perftests',
'num_shards': 1,
'telemetry': False,
},
{
'isolate': 'components_perftests',
'num_shards': 1,
'telemetry': False,
},
{
'isolate': 'gpu_perftests',
'num_shards': 1,
'telemetry': False,
},
{
'isolate': 'angle_perftests',
'num_shards': 1,
'telemetry': False,
'extra_args': [
'--shard-timeout=300'
],
}
],
'platform': 'android',
'dimension': {
'pool': 'chrome.tests.perf',
'os': 'Android',
'device_type': 'hammerhead',
'device_os': 'KOT49H',
'device_os_flavor': 'google',
},
'device_ids': [],
},
'Android One Perf': {
'tests': [
{
'isolate': 'performance_test_suite',
'num_shards': 16,
'extra_args': [
'--run-ref-build',
'--test-shard-map-filename=android_one_16_shard_map.json',
],
},
{
'isolate': 'tracing_perftests',
'num_shards': 1,
'telemetry': False,
}
],
'platform': 'android',
'dimension': {
'pool': 'chrome.tests.perf',
'os': 'Android',
'device_type': 'sprout',
'device_os': 'LMY47W',
'device_os_flavor': 'google',
},
'device_ids': [],
},
'Android Nexus5X WebView Perf': {
'tests': [
{
'isolate': 'performance_webview_test_suite',
'num_shards': 16,
'extra_args': [
'--run-ref-build',
'--test-shard-map-filename=android_nexus5x_webview_16_shard_map.json',
],
}
],
'platform': 'android',
'dimension': {
'pool': 'chrome.tests.perf-webview',
'os': 'Android',
'device_type': 'bullhead',
'device_os': 'MOB30K',
'device_os_flavor': 'aosp',
},
'device_ids': [],
},
'Android Nexus6 WebView Perf': {
'tests': [
{
'isolate': 'performance_webview_test_suite',
'num_shards': 16,
'extra_args': [
'--run-ref-build',
'--test-shard-map-filename=android_nexus6_webview_16_shard_map.json',
],
}
],
'platform': 'android',
'dimension': {
'pool': 'chrome.tests.perf-webview',
'os': 'Android',
'device_type': 'shamu',
'device_os': 'MOB30K',
'device_os_flavor': 'aosp',
},
'device_ids': [],
},
'Win 10 High-DPI Perf': { 'Win 10 High-DPI Perf': {
'tests': [ 'tests': [
{ {
......
{
"0": {
"benchmarks": {
"system_health.common_mobile": {},
"v8.browsing_mobile-future": {
"end": 1
}
}
},
"1": {
"benchmarks": {
"v8.browsing_mobile-future": {
"begin": 1
},
"rendering.mobile": {
"end": 38
}
}
},
"2": {
"benchmarks": {
"rendering.mobile": {
"begin": 38,
"end": 154
}
}
},
"3": {
"benchmarks": {
"rendering.mobile": {
"begin": 154,
"end": 287
}
}
},
"4": {
"benchmarks": {
"rendering.mobile": {
"begin": 287,
"end": 402
}
}
},
"5": {
"benchmarks": {
"rendering.mobile": {
"begin": 402
},
"blink_perf.image_decoder": {},
"power.desktop": {},
"speedometer-future": {},
"blink_perf.owp_storage": {},
"memory.desktop": {},
"start_with_url.warm.startup_pages": {},
"wasm": {},
"dummy_benchmark.histogram_benchmark_1": {},
"speedometer": {},
"memory.long_running_idle_gmail_tbmv2": {},
"octane": {},
"dummy_benchmark.noisy_benchmark_1": {},
"blink_perf.svg": {
"end": 17
}
}
},
"6": {
"benchmarks": {
"blink_perf.svg": {
"begin": 17
},
"system_health.webview_startup": {},
"speedometer2-future": {},
"jetstream": {},
"smoothness.tough_pinch_zoom_cases": {},
"power.idle_platform": {},
"power.typical_10_mobile": {},
"v8.runtime_stats.top_25": {},
"loading.mobile": {
"end": 13
}
}
},
"7": {
"benchmarks": {
"loading.mobile": {
"begin": 13,
"end": 51
}
}
},
"8": {
"benchmarks": {
"loading.mobile": {
"begin": 51,
"end": 90
}
}
},
"9": {
"benchmarks": {
"loading.mobile": {
"begin": 90
},
"speedometer2": {},
"v8.browsing_desktop-future": {},
"webrtc": {},
"blink_perf.shadow_dom": {},
"blink_perf.events": {},
"blink_perf.layout": {
"end": 56
}
}
},
"10": {
"benchmarks": {
"blink_perf.layout": {
"begin": 56
},
"memory.long_running_idle_gmail_background_tbmv2": {},
"tab_switching.typical_25": {},
"blink_perf.dom": {},
"media.mobile": {},
"start_with_url.cold.startup_pages": {},
"blink_perf.bindings": {},
"system_health.memory_desktop": {},
"media.desktop": {},
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"rasterize_and_record_micro.partial_invalidation": {},
"v8.browsing_desktop": {},
"blink_perf.parser": {
"end": 2
}
}
},
"11": {
"benchmarks": {
"blink_perf.parser": {
"begin": 2
},
"memory.top_10_mobile": {},
"blink_perf.canvas": {
"end": 10
}
}
},
"12": {
"benchmarks": {
"blink_perf.canvas": {
"begin": 10
},
"loading.desktop": {},
"dromaeo": {},
"kraken": {},
"oortonline_tbmv2": {},
"system_health.common_desktop": {},
"rasterize_and_record_micro.top_25": {},
"dummy_benchmark.stable_benchmark_1": {},
"system_health.memory_mobile": {
"end": 14
}
}
},
"13": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 14,
"end": 44
}
}
},
"14": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 44,
"end": 61
}
}
},
"15": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 61
},
"rendering.desktop": {},
"blink_perf.css": {},
"v8.browsing_mobile": {},
"blink_perf.paint": {},
"tracing.tracing_with_background_memory_infra": {}
}
},
"extra_infos": {
"num_stories": 1831,
"predicted_min_shard_time": 6474.900130548907,
"predicted_min_shard_index": 5,
"predicted_max_shard_time": 7029.422927251217,
"predicted_max_shard_index": 8
}
}
\ No newline at end of file
{
"0": {
"benchmarks": {
"system_health.common_mobile": {
"end": 56
}
}
},
"1": {
"benchmarks": {
"system_health.common_mobile": {
"begin": 56
},
"v8.browsing_mobile-future": {},
"rendering.mobile": {
"end": 20
}
}
},
"2": {
"benchmarks": {
"rendering.mobile": {
"begin": 20,
"end": 134
}
}
},
"3": {
"benchmarks": {
"rendering.mobile": {
"begin": 134,
"end": 261
}
}
},
"4": {
"benchmarks": {
"rendering.mobile": {
"begin": 261,
"end": 380
}
}
},
"5": {
"benchmarks": {
"rendering.mobile": {
"begin": 380
},
"blink_perf.image_decoder": {},
"power.desktop": {},
"speedometer-future": {},
"blink_perf.owp_storage": {},
"memory.desktop": {},
"start_with_url.warm.startup_pages": {},
"wasm": {},
"dummy_benchmark.histogram_benchmark_1": {},
"speedometer": {},
"memory.long_running_idle_gmail_tbmv2": {},
"octane": {}
}
},
"6": {
"benchmarks": {
"dummy_benchmark.noisy_benchmark_1": {},
"blink_perf.svg": {},
"system_health.webview_startup": {},
"speedometer2-future": {},
"jetstream": {},
"smoothness.tough_pinch_zoom_cases": {},
"power.idle_platform": {},
"power.typical_10_mobile": {},
"v8.runtime_stats.top_25": {},
"loading.mobile": {
"end": 9
}
}
},
"7": {
"benchmarks": {
"loading.mobile": {
"begin": 9,
"end": 32
}
}
},
"8": {
"benchmarks": {
"loading.mobile": {
"begin": 32,
"end": 73
}
}
},
"9": {
"benchmarks": {
"loading.mobile": {
"begin": 73
},
"speedometer2": {},
"v8.browsing_desktop-future": {},
"webrtc": {
"end": 7
}
}
},
"10": {
"benchmarks": {
"webrtc": {
"begin": 7
},
"blink_perf.shadow_dom": {},
"blink_perf.events": {},
"blink_perf.layout": {},
"memory.long_running_idle_gmail_background_tbmv2": {},
"tab_switching.typical_25": {},
"blink_perf.dom": {},
"media.mobile": {},
"start_with_url.cold.startup_pages": {
"end": 1
}
}
},
"11": {
"benchmarks": {
"start_with_url.cold.startup_pages": {
"begin": 1
},
"blink_perf.bindings": {},
"system_health.memory_desktop": {},
"media.desktop": {},
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"rasterize_and_record_micro.partial_invalidation": {},
"v8.browsing_desktop": {},
"blink_perf.parser": {},
"memory.top_10_mobile": {
"end": 11
}
}
},
"12": {
"benchmarks": {
"memory.top_10_mobile": {
"begin": 11
},
"blink_perf.canvas": {},
"loading.desktop": {},
"dromaeo": {},
"kraken": {},
"oortonline_tbmv2": {},
"system_health.common_desktop": {},
"rasterize_and_record_micro.top_25": {},
"dummy_benchmark.stable_benchmark_1": {},
"system_health.memory_mobile": {
"end": 8
}
}
},
"13": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 8,
"end": 40
}
}
},
"14": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 40,
"end": 60
}
}
},
"15": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 60
},
"rendering.desktop": {},
"blink_perf.css": {},
"v8.browsing_mobile": {},
"blink_perf.paint": {},
"tracing.tracing_with_background_memory_infra": {}
}
},
"extra_infos": {
"num_stories": 1831,
"predicted_min_shard_time": 6374.08457633656,
"predicted_min_shard_index": 13,
"predicted_max_shard_time": 6578.783756939434,
"predicted_max_shard_index": 15
}
}
\ No newline at end of file
{
"0": {
"benchmarks": {
"system_health.common_mobile": {}
}
},
"1": {
"benchmarks": {
"v8.browsing_mobile-future": {},
"rendering.mobile": {
"end": 34
}
}
},
"2": {
"benchmarks": {
"rendering.mobile": {
"begin": 34,
"end": 119
}
}
},
"3": {
"benchmarks": {
"rendering.mobile": {
"begin": 119,
"end": 214
}
}
},
"4": {
"benchmarks": {
"rendering.mobile": {
"begin": 214,
"end": 355
}
}
},
"5": {
"benchmarks": {
"rendering.mobile": {
"begin": 355
},
"blink_perf.image_decoder": {},
"power.desktop": {},
"speedometer-future": {},
"blink_perf.owp_storage": {},
"memory.desktop": {},
"start_with_url.warm.startup_pages": {},
"wasm": {},
"dummy_benchmark.histogram_benchmark_1": {},
"speedometer": {},
"memory.long_running_idle_gmail_tbmv2": {}
}
},
"6": {
"benchmarks": {
"octane": {},
"dummy_benchmark.noisy_benchmark_1": {},
"blink_perf.svg": {},
"system_health.webview_startup": {},
"speedometer2-future": {},
"jetstream": {},
"smoothness.tough_pinch_zoom_cases": {},
"power.idle_platform": {},
"power.typical_10_mobile": {},
"v8.runtime_stats.top_25": {},
"loading.mobile": {
"end": 2
}
}
},
"7": {
"benchmarks": {
"loading.mobile": {
"begin": 2,
"end": 36
}
}
},
"8": {
"benchmarks": {
"loading.mobile": {
"begin": 36,
"end": 73
}
}
},
"9": {
"benchmarks": {
"loading.mobile": {
"begin": 73
},
"speedometer2": {},
"v8.browsing_desktop-future": {},
"webrtc": {},
"blink_perf.shadow_dom": {},
"blink_perf.events": {},
"blink_perf.layout": {
"end": 18
}
}
},
"10": {
"benchmarks": {
"blink_perf.layout": {
"begin": 18
},
"memory.long_running_idle_gmail_background_tbmv2": {},
"tab_switching.typical_25": {},
"blink_perf.dom": {},
"media.mobile": {},
"start_with_url.cold.startup_pages": {},
"blink_perf.bindings": {},
"system_health.memory_desktop": {},
"media.desktop": {},
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {
"end": 1
}
}
},
"11": {
"benchmarks": {
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {
"begin": 1
},
"rasterize_and_record_micro.partial_invalidation": {},
"v8.browsing_desktop": {},
"blink_perf.parser": {},
"memory.top_10_mobile": {
"end": 16
}
}
},
"12": {
"benchmarks": {
"memory.top_10_mobile": {
"begin": 16
},
"blink_perf.canvas": {},
"loading.desktop": {},
"dromaeo": {},
"kraken": {},
"oortonline_tbmv2": {},
"system_health.common_desktop": {},
"rasterize_and_record_micro.top_25": {},
"dummy_benchmark.stable_benchmark_1": {},
"system_health.memory_mobile": {
"end": 8
}
}
},
"13": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 8,
"end": 34
}
}
},
"14": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 34
},
"rendering.desktop": {},
"blink_perf.css": {
"end": 26
}
}
},
"15": {
"benchmarks": {
"blink_perf.css": {
"begin": 26
},
"v8.browsing_mobile": {},
"blink_perf.paint": {},
"tracing.tracing_with_background_memory_infra": {}
}
},
"extra_infos": {
"num_stories": 1831,
"predicted_min_shard_time": 5465.107848972246,
"predicted_min_shard_index": 8,
"predicted_max_shard_time": 5846.401148678389,
"predicted_max_shard_index": 9
}
}
\ No newline at end of file
{
"0": {
"benchmarks": {
"system_health.common_mobile": {
"end": 59
}
}
},
"1": {
"benchmarks": {
"system_health.common_mobile": {
"begin": 59
},
"v8.browsing_mobile-future": {
"end": 23
}
}
},
"2": {
"benchmarks": {
"v8.browsing_mobile-future": {
"begin": 23
},
"rendering.mobile": {
"end": 83
}
}
},
"3": {
"benchmarks": {
"rendering.mobile": {
"begin": 83,
"end": 183
}
}
},
"4": {
"benchmarks": {
"rendering.mobile": {
"begin": 183,
"end": 311
}
}
},
"5": {
"benchmarks": {
"rendering.mobile": {
"begin": 311,
"end": 410
}
}
},
"6": {
"benchmarks": {
"rendering.mobile": {
"begin": 410
},
"blink_perf.image_decoder": {},
"power.desktop": {},
"speedometer-future": {},
"blink_perf.owp_storage": {},
"memory.desktop": {},
"start_with_url.warm.startup_pages": {},
"wasm": {},
"dummy_benchmark.histogram_benchmark_1": {},
"speedometer": {},
"memory.long_running_idle_gmail_tbmv2": {},
"octane": {},
"dummy_benchmark.noisy_benchmark_1": {},
"blink_perf.svg": {}
}
},
"7": {
"benchmarks": {
"system_health.webview_startup": {},
"speedometer2-future": {},
"jetstream": {},
"smoothness.tough_pinch_zoom_cases": {},
"power.idle_platform": {},
"power.typical_10_mobile": {},
"v8.runtime_stats.top_25": {},
"loading.mobile": {},
"speedometer2": {},
"v8.browsing_desktop-future": {},
"webrtc": {
"end": 4
}
}
},
"8": {
"benchmarks": {
"webrtc": {
"begin": 4
},
"blink_perf.shadow_dom": {},
"blink_perf.events": {},
"blink_perf.layout": {},
"memory.long_running_idle_gmail_background_tbmv2": {},
"tab_switching.typical_25": {},
"blink_perf.dom": {
"end": 3
}
}
},
"9": {
"benchmarks": {
"blink_perf.dom": {
"begin": 3
},
"media.mobile": {},
"start_with_url.cold.startup_pages": {},
"blink_perf.bindings": {},
"system_health.memory_desktop": {},
"media.desktop": {},
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"rasterize_and_record_micro.partial_invalidation": {},
"v8.browsing_desktop": {},
"blink_perf.parser": {},
"memory.top_10_mobile": {
"end": 2
}
}
},
"10": {
"benchmarks": {
"memory.top_10_mobile": {
"begin": 2
},
"blink_perf.canvas": {},
"loading.desktop": {},
"dromaeo": {
"end": 1
}
}
},
"11": {
"benchmarks": {
"dromaeo": {
"begin": 1
},
"kraken": {},
"oortonline_tbmv2": {},
"system_health.common_desktop": {},
"rasterize_and_record_micro.top_25": {},
"dummy_benchmark.stable_benchmark_1": {},
"system_health.memory_mobile": {
"end": 11
}
}
},
"12": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 11,
"end": 25
}
}
},
"13": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 25,
"end": 56
}
}
},
"14": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 56
},
"rendering.desktop": {},
"blink_perf.css": {},
"v8.browsing_mobile": {
"end": 11
}
}
},
"15": {
"benchmarks": {
"v8.browsing_mobile": {
"begin": 11
},
"blink_perf.paint": {},
"tracing.tracing_with_background_memory_infra": {}
}
},
"extra_infos": {
"num_stories": 1831,
"predicted_min_shard_time": 4026.912091346061,
"predicted_min_shard_index": 6,
"predicted_max_shard_time": 4917.357624929295,
"predicted_max_shard_index": 7
}
}
\ No newline at end of file
{
"0": {
"benchmarks": {
"system_health.common_mobile": {}
}
},
"1": {
"benchmarks": {
"v8.browsing_mobile-future": {},
"rendering.mobile": {
"end": 66
}
}
},
"2": {
"benchmarks": {
"rendering.mobile": {
"begin": 66,
"end": 179
}
}
},
"3": {
"benchmarks": {
"rendering.mobile": {
"begin": 179,
"end": 301
}
}
},
"4": {
"benchmarks": {
"rendering.mobile": {
"begin": 301,
"end": 405
}
}
},
"5": {
"benchmarks": {
"rendering.mobile": {
"begin": 405
},
"blink_perf.image_decoder": {},
"power.desktop": {},
"speedometer-future": {},
"blink_perf.owp_storage": {},
"memory.desktop": {},
"start_with_url.warm.startup_pages": {},
"wasm": {},
"dummy_benchmark.histogram_benchmark_1": {},
"speedometer": {},
"memory.long_running_idle_gmail_tbmv2": {},
"octane": {},
"dummy_benchmark.noisy_benchmark_1": {},
"blink_perf.svg": {},
"system_health.webview_startup": {},
"speedometer2-future": {}
}
},
"6": {
"benchmarks": {
"jetstream": {},
"smoothness.tough_pinch_zoom_cases": {},
"power.idle_platform": {},
"power.typical_10_mobile": {},
"v8.runtime_stats.top_25": {},
"loading.mobile": {
"end": 16
}
}
},
"7": {
"benchmarks": {
"loading.mobile": {
"begin": 16,
"end": 44
}
}
},
"8": {
"benchmarks": {
"loading.mobile": {
"begin": 44,
"end": 81
}
}
},
"9": {
"benchmarks": {
"loading.mobile": {
"begin": 81
},
"speedometer2": {},
"v8.browsing_desktop-future": {},
"webrtc": {},
"blink_perf.shadow_dom": {},
"blink_perf.events": {},
"blink_perf.layout": {
"end": 4
}
}
},
"10": {
"benchmarks": {
"blink_perf.layout": {
"begin": 4
},
"memory.long_running_idle_gmail_background_tbmv2": {},
"tab_switching.typical_25": {},
"blink_perf.dom": {},
"media.mobile": {},
"start_with_url.cold.startup_pages": {},
"blink_perf.bindings": {
"end": 6
}
}
},
"11": {
"benchmarks": {
"blink_perf.bindings": {
"begin": 6
},
"system_health.memory_desktop": {},
"media.desktop": {},
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"rasterize_and_record_micro.partial_invalidation": {},
"v8.browsing_desktop": {},
"blink_perf.parser": {},
"memory.top_10_mobile": {
"end": 14
}
}
},
"12": {
"benchmarks": {
"memory.top_10_mobile": {
"begin": 14
},
"blink_perf.canvas": {},
"loading.desktop": {},
"dromaeo": {},
"kraken": {},
"oortonline_tbmv2": {},
"system_health.common_desktop": {},
"rasterize_and_record_micro.top_25": {},
"dummy_benchmark.stable_benchmark_1": {},
"system_health.memory_mobile": {
"end": 8
}
}
},
"13": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 8,
"end": 30
}
}
},
"14": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 30,
"end": 56
}
}
},
"15": {
"benchmarks": {
"system_health.memory_mobile": {
"begin": 56
},
"rendering.desktop": {},
"blink_perf.css": {},
"v8.browsing_mobile": {},
"blink_perf.paint": {},
"tracing.tracing_with_background_memory_infra": {}
}
},
"extra_infos": {
"num_stories": 1831,
"predicted_min_shard_time": 6597.883216755167,
"predicted_min_shard_index": 5,
"predicted_max_shard_time": 7949.06828325507,
"predicted_max_shard_index": 6
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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