Commit 77f7e421 authored by Ned Nguyen's avatar Ned Nguyen Committed by Commit Bot

Remove dummy_benchmark.histogram_benchmark_1

Bug:896178
Change-Id: I3bfd2d4925d7dbb3e802d2e94566c23099c3357a

TBR=eakuefner@chromium.org

Change-Id: I3bfd2d4925d7dbb3e802d2e94566c23099c3357a
Reviewed-on: https://chromium-review.googlesource.com/c/1289669Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#600930}
parent 696017c7
...@@ -17,7 +17,6 @@ blink_perf.shadow_dom,hayato@chromium.org,Blink>DOM>ShadowDOM,https://bit.ly/bli ...@@ -17,7 +17,6 @@ blink_perf.shadow_dom,hayato@chromium.org,Blink>DOM>ShadowDOM,https://bit.ly/bli
blink_perf.svg,"kouhei@chromium.org, fs@opera.com",Blink>SVG,https://bit.ly/blink-perf-benchmarks, blink_perf.svg,"kouhei@chromium.org, fs@opera.com",Blink>SVG,https://bit.ly/blink-perf-benchmarks,
components_perftests,csharrison@chromium.org,,, components_perftests,csharrison@chromium.org,,,
dromaeo,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org",Blink>Bindings,, dromaeo,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org",Blink>Bindings,,
dummy_benchmark.histogram_benchmark_1,"eakuefner@chromium.org, simonhatch@chromium.org",,,
dummy_benchmark.noisy_benchmark_1,nednguyen@google.com,Speed>Telemetry,, dummy_benchmark.noisy_benchmark_1,nednguyen@google.com,Speed>Telemetry,,
dummy_benchmark.stable_benchmark_1,nednguyen@google.com,Speed>Telemetry,, dummy_benchmark.stable_benchmark_1,nednguyen@google.com,Speed>Telemetry,,
gpu_perftests,"reveman@chromium.org, chrome-gpu-perf-owners@chromium.org",Internals>GPU,, gpu_perftests,"reveman@chromium.org, chrome-gpu-perf-owners@chromium.org",Internals>GPU,,
......
...@@ -15,7 +15,6 @@ from core import perf_benchmark ...@@ -15,7 +15,6 @@ from core import perf_benchmark
from telemetry import benchmark from telemetry import benchmark
from telemetry.value import scalar from telemetry.value import scalar
from telemetry.page import legacy_page_test from telemetry.page import legacy_page_test
from telemetry.web_perf import timeline_based_measurement
from page_sets import dummy_story_set from page_sets import dummy_story_set
...@@ -62,19 +61,3 @@ class DummyBenchmarkTwo(_DummyBenchmark): ...@@ -62,19 +61,3 @@ class DummyBenchmarkTwo(_DummyBenchmark):
@classmethod @classmethod
def Name(cls): def Name(cls):
return 'dummy_benchmark.noisy_benchmark_1' return 'dummy_benchmark.noisy_benchmark_1'
@benchmark.Info(emails=['eakuefner@chromium.org', 'simonhatch@chromium.org'])
class DummyBenchmarkThree(perf_benchmark.PerfBenchmark):
"""A test benchmark for outputting histograms."""
page_set = dummy_story_set.DummyStorySet
def CreateCoreTimelineBasedMeasurementOptions(self):
options = timeline_based_measurement.Options(
timeline_based_measurement.DEBUG_OVERHEAD_LEVEL)
options.SetTimelineBasedMetrics(['sampleMetric'])
return options
@classmethod
def Name(cls):
return 'dummy_benchmark.histogram_benchmark_1'
...@@ -49,22 +49,22 @@ ...@@ -49,22 +49,22 @@
"benchmarks": { "benchmarks": {
"system_health.common_mobile": { "system_health.common_mobile": {
"begin": 17, "begin": 17,
"end": 33 "end": 34
} }
} }
}, },
"6": { "6": {
"benchmarks": { "benchmarks": {
"system_health.common_mobile": { "system_health.common_mobile": {
"begin": 33, "begin": 34,
"end": 59 "end": 61
} }
} }
}, },
"7": { "7": {
"benchmarks": { "benchmarks": {
"system_health.common_mobile": { "system_health.common_mobile": {
"begin": 59 "begin": 61
}, },
"system_health.memory_mobile": { "system_health.memory_mobile": {
"end": 6 "end": 6
...@@ -99,38 +99,38 @@ ...@@ -99,38 +99,38 @@
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 24, "begin": 24,
"end": 32 "end": 33
} }
} }
}, },
"12": { "12": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 32, "begin": 33,
"end": 44 "end": 45
} }
} }
}, },
"13": { "13": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 44, "begin": 45,
"end": 54 "end": 56
} }
} }
}, },
"14": { "14": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 54, "begin": 56,
"end": 60 "end": 62
} }
} }
}, },
"15": { "15": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 60 "begin": 62
}, },
"system_health.webview_startup": {}, "system_health.webview_startup": {},
"v8.browsing_mobile": { "v8.browsing_mobile": {
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 194, "num_stories": 198,
"predicted_min_shard_time": 2148.0, "predicted_min_shard_time": 2148.0,
"predicted_min_shard_index": 10, "predicted_min_shard_index": 10,
"predicted_max_shard_time": 3000.0, "predicted_max_shard_time": 3000.0,
...@@ -172,15 +172,15 @@ ...@@ -172,15 +172,15 @@
"shard #2": 2538.0, "shard #2": 2538.0,
"shard #3": 2356.0, "shard #3": 2356.0,
"shard #4": 2546.0, "shard #4": 2546.0,
"shard #5": 2320.0, "shard #5": 2322.0,
"shard #6": 2318.0, "shard #6": 2320.0,
"shard #7": 2452.0, "shard #7": 2452.0,
"shard #8": 3000.0, "shard #8": 3000.0,
"shard #9": 2220.0, "shard #9": 2220.0,
"shard #10": 2148.0, "shard #10": 2148.0,
"shard #11": 2394.0, "shard #11": 2400.0,
"shard #12": 2538.0, "shard #12": 2538.0,
"shard #13": 2334.0, "shard #13": 2340.0,
"shard #14": 2538.0, "shard #14": 2538.0,
"shard #15": 2214.0, "shard #15": 2214.0,
"shard #16": 2574.0, "shard #16": 2574.0,
......
...@@ -8,18 +8,22 @@ ...@@ -8,18 +8,22 @@
"blink_perf.dom": {}, "blink_perf.dom": {},
"blink_perf.events": {}, "blink_perf.events": {},
"blink_perf.image_decoder": {}, "blink_perf.image_decoder": {},
"blink_perf.layout": {} "blink_perf.layout": {
"end": 59
}
} }
}, },
"1": { "1": {
"benchmarks": { "benchmarks": {
"blink_perf.layout": {
"begin": 59
},
"blink_perf.owp_storage": {}, "blink_perf.owp_storage": {},
"blink_perf.paint": {}, "blink_perf.paint": {},
"blink_perf.parser": {}, "blink_perf.parser": {},
"blink_perf.shadow_dom": {}, "blink_perf.shadow_dom": {},
"blink_perf.svg": {}, "blink_perf.svg": {},
"dromaeo": {}, "dromaeo": {},
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {}, "dummy_benchmark.stable_benchmark_1": {},
"jetstream": {}, "jetstream": {},
...@@ -34,22 +38,22 @@ ...@@ -34,22 +38,22 @@
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 16, "begin": 16,
"end": 47 "end": 44
} }
} }
}, },
"3": { "3": {
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 47, "begin": 44,
"end": 92 "end": 90
} }
} }
}, },
"4": { "4": {
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 92 "begin": 90
}, },
"media.desktop": {}, "media.desktop": {},
"media.mobile": {}, "media.mobile": {},
...@@ -57,14 +61,14 @@ ...@@ -57,14 +61,14 @@
"memory.long_running_idle_gmail_background_tbmv2": {}, "memory.long_running_idle_gmail_background_tbmv2": {},
"memory.long_running_idle_gmail_tbmv2": {}, "memory.long_running_idle_gmail_tbmv2": {},
"memory.top_10_mobile": { "memory.top_10_mobile": {
"end": 12 "end": 9
} }
} }
}, },
"5": { "5": {
"benchmarks": { "benchmarks": {
"memory.top_10_mobile": { "memory.top_10_mobile": {
"begin": 12 "begin": 9
}, },
"octane": {}, "octane": {},
"oortonline_tbmv2": {}, "oortonline_tbmv2": {},
...@@ -72,52 +76,48 @@ ...@@ -72,52 +76,48 @@
"power.typical_10_mobile": {}, "power.typical_10_mobile": {},
"rasterize_and_record_micro.partial_invalidation": {}, "rasterize_and_record_micro.partial_invalidation": {},
"rasterize_and_record_micro.top_25": {}, "rasterize_and_record_micro.top_25": {},
"rendering.desktop": {}, "rendering.desktop": {}
"rendering.mobile": {
"end": 12
}
} }
}, },
"6": { "6": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 12, "end": 101
"end": 116
} }
} }
}, },
"7": { "7": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 116, "begin": 101,
"end": 220 "end": 228
} }
} }
}, },
"8": { "8": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 220, "begin": 228,
"end": 356 "end": 359
} }
} }
}, },
"9": { "9": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 356 "begin": 359
}, },
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": { "smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"end": 12 "smoothness.tough_pinch_zoom_cases": {
"end": 13
} }
} }
}, },
"10": { "10": {
"benchmarks": { "benchmarks": {
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": { "smoothness.tough_pinch_zoom_cases": {
"begin": 12 "begin": 13
}, },
"smoothness.tough_pinch_zoom_cases": {},
"speedometer": {}, "speedometer": {},
"speedometer-future": {}, "speedometer-future": {},
"speedometer2": {}, "speedometer2": {},
...@@ -125,33 +125,33 @@ ...@@ -125,33 +125,33 @@
"startup.mobile": {}, "startup.mobile": {},
"system_health.common_desktop": {}, "system_health.common_desktop": {},
"system_health.common_mobile": { "system_health.common_mobile": {
"end": 24 "end": 39
} }
} }
}, },
"11": { "11": {
"benchmarks": { "benchmarks": {
"system_health.common_mobile": { "system_health.common_mobile": {
"begin": 24 "begin": 39
}, },
"system_health.memory_desktop": {}, "system_health.memory_desktop": {},
"system_health.memory_mobile": { "system_health.memory_mobile": {
"end": 14 "end": 15
} }
} }
}, },
"12": { "12": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 14, "begin": 15,
"end": 39 "end": 43
} }
} }
}, },
"13": { "13": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 39 "begin": 43
}, },
"system_health.webview_startup": {}, "system_health.webview_startup": {},
"tab_switching.typical_25": {}, "tab_switching.typical_25": {},
...@@ -159,14 +159,14 @@ ...@@ -159,14 +159,14 @@
"v8.browsing_desktop": {}, "v8.browsing_desktop": {},
"v8.browsing_desktop-future": {}, "v8.browsing_desktop-future": {},
"v8.browsing_mobile": { "v8.browsing_mobile": {
"end": 7 "end": 8
} }
} }
}, },
"14": { "14": {
"benchmarks": { "benchmarks": {
"v8.browsing_mobile": { "v8.browsing_mobile": {
"begin": 7 "begin": 8
}, },
"v8.browsing_mobile-future": { "v8.browsing_mobile-future": {
"end": 7 "end": 7
...@@ -184,26 +184,26 @@ ...@@ -184,26 +184,26 @@
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1904, "num_stories": 1960,
"predicted_min_shard_time": 6850.0, "predicted_min_shard_time": 6540.0,
"predicted_min_shard_index": 13, "predicted_min_shard_index": 2,
"predicted_max_shard_time": 7154.0, "predicted_max_shard_time": 7232.0,
"predicted_max_shard_index": 14, "predicted_max_shard_index": 1,
"shard #0": 7030.0, "shard #0": 6838.0,
"shard #1": 7070.0, "shard #1": 7232.0,
"shard #2": 7016.0, "shard #2": 6540.0,
"shard #3": 7152.0, "shard #3": 7188.0,
"shard #4": 6970.0, "shard #4": 6610.0,
"shard #5": 6978.0, "shard #5": 6800.0,
"shard #6": 7020.0, "shard #6": 6944.0,
"shard #7": 7026.0, "shard #7": 6860.0,
"shard #8": 7008.0, "shard #8": 6916.0,
"shard #9": 7068.0, "shard #9": 6844.0,
"shard #10": 6956.0, "shard #10": 6852.0,
"shard #11": 7076.0, "shard #11": 6706.0,
"shard #12": 6984.0, "shard #12": 7068.0,
"shard #13": 6850.0, "shard #13": 6838.0,
"shard #14": 7154.0, "shard #14": 6630.0,
"shard #15": 7136.0 "shard #15": 7136.0
} }
} }
\ No newline at end of file
...@@ -24,102 +24,96 @@ ...@@ -24,102 +24,96 @@
"blink_perf.shadow_dom": {}, "blink_perf.shadow_dom": {},
"blink_perf.svg": {}, "blink_perf.svg": {},
"dromaeo": {}, "dromaeo": {},
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {}, "dummy_benchmark.stable_benchmark_1": {}
"jetstream": {}
} }
}, },
"2": { "2": {
"benchmarks": { "benchmarks": {
"jetstream": {},
"kraken": {}, "kraken": {},
"loading.desktop": {}, "loading.desktop": {},
"loading.mobile": { "loading.mobile": {
"end": 24 "end": 23
} }
} }
}, },
"3": { "3": {
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 24, "begin": 23,
"end": 63 "end": 59
} }
} }
}, },
"4": { "4": {
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 63 "begin": 59
}, },
"media.desktop": {}, "media.desktop": {},
"media.mobile": {}, "media.mobile": {},
"memory.desktop": {}, "memory.desktop": {},
"memory.long_running_idle_gmail_background_tbmv2": {}, "memory.long_running_idle_gmail_background_tbmv2": {}
"memory.long_running_idle_gmail_tbmv2": {},
"memory.top_10_mobile": {
"end": 2
}
} }
}, },
"5": { "5": {
"benchmarks": { "benchmarks": {
"memory.top_10_mobile": { "memory.long_running_idle_gmail_tbmv2": {},
"begin": 2 "memory.top_10_mobile": {},
},
"octane": {}, "octane": {},
"oortonline_tbmv2": {}, "oortonline_tbmv2": {},
"power.desktop": {}, "power.desktop": {},
"power.typical_10_mobile": {}, "power.typical_10_mobile": {},
"rasterize_and_record_micro.partial_invalidation": {}, "rasterize_and_record_micro.partial_invalidation": {},
"rasterize_and_record_micro.top_25": { "rasterize_and_record_micro.top_25": {
"end": 20 "end": 7
} }
} }
}, },
"6": { "6": {
"benchmarks": { "benchmarks": {
"rasterize_and_record_micro.top_25": { "rasterize_and_record_micro.top_25": {
"begin": 20 "begin": 7
}, },
"rendering.desktop": {}, "rendering.desktop": {},
"rendering.mobile": { "rendering.mobile": {
"end": 96 "end": 82
} }
} }
}, },
"7": { "7": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 96, "begin": 82,
"end": 210 "end": 218
} }
} }
}, },
"8": { "8": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 210, "begin": 218,
"end": 358 "end": 360
} }
} }
}, },
"9": { "9": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 358 "begin": 360
}, },
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": { "smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"end": 16 "smoothness.tough_pinch_zoom_cases": {
"end": 14
} }
} }
}, },
"10": { "10": {
"benchmarks": { "benchmarks": {
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": { "smoothness.tough_pinch_zoom_cases": {
"begin": 16 "begin": 14
}, },
"smoothness.tough_pinch_zoom_cases": {},
"speedometer": {}, "speedometer": {},
"speedometer-future": {}, "speedometer-future": {},
"speedometer2": {}, "speedometer2": {},
...@@ -127,33 +121,33 @@ ...@@ -127,33 +121,33 @@
"startup.mobile": {}, "startup.mobile": {},
"system_health.common_desktop": {}, "system_health.common_desktop": {},
"system_health.common_mobile": { "system_health.common_mobile": {
"end": 23 "end": 36
} }
} }
}, },
"11": { "11": {
"benchmarks": { "benchmarks": {
"system_health.common_mobile": { "system_health.common_mobile": {
"begin": 23 "begin": 36
}, },
"system_health.memory_desktop": {}, "system_health.memory_desktop": {},
"system_health.memory_mobile": { "system_health.memory_mobile": {
"end": 13 "end": 14
} }
} }
}, },
"12": { "12": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 13, "begin": 14,
"end": 36 "end": 40
} }
} }
}, },
"13": { "13": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 36 "begin": 40
}, },
"system_health.webview_startup": {}, "system_health.webview_startup": {},
"tab_switching.typical_25": {}, "tab_switching.typical_25": {},
...@@ -161,24 +155,24 @@ ...@@ -161,24 +155,24 @@
"v8.browsing_desktop": {}, "v8.browsing_desktop": {},
"v8.browsing_desktop-future": {}, "v8.browsing_desktop-future": {},
"v8.browsing_mobile": { "v8.browsing_mobile": {
"end": 1 "end": 2
} }
} }
}, },
"14": { "14": {
"benchmarks": { "benchmarks": {
"v8.browsing_mobile": { "v8.browsing_mobile": {
"begin": 1 "begin": 2
}, },
"v8.browsing_mobile-future": { "v8.browsing_mobile-future": {
"end": 3 "end": 6
} }
} }
}, },
"15": { "15": {
"benchmarks": { "benchmarks": {
"v8.browsing_mobile-future": { "v8.browsing_mobile-future": {
"begin": 3 "begin": 6
}, },
"v8.runtime_stats.top_25": {}, "v8.runtime_stats.top_25": {},
"wasm": {}, "wasm": {},
...@@ -186,26 +180,26 @@ ...@@ -186,26 +180,26 @@
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1904, "num_stories": 1960,
"predicted_min_shard_time": 7492.0, "predicted_min_shard_time": 7352.0,
"predicted_min_shard_index": 11, "predicted_min_shard_index": 1,
"predicted_max_shard_time": 8258.0, "predicted_max_shard_time": 8142.0,
"predicted_max_shard_index": 1, "predicted_max_shard_index": 2,
"shard #0": 7888.0, "shard #0": 7468.0,
"shard #1": 8258.0, "shard #1": 7352.0,
"shard #2": 7542.0, "shard #2": 8142.0,
"shard #3": 7740.0, "shard #3": 7580.0,
"shard #4": 7796.0, "shard #4": 7590.0,
"shard #5": 7906.0, "shard #5": 7974.0,
"shard #6": 7830.0, "shard #6": 7690.0,
"shard #7": 7882.0, "shard #7": 7644.0,
"shard #8": 7874.0, "shard #8": 7644.0,
"shard #9": 7874.0, "shard #9": 7724.0,
"shard #10": 7856.0, "shard #10": 7712.0,
"shard #11": 7492.0, "shard #11": 7572.0,
"shard #12": 8160.0, "shard #12": 7764.0,
"shard #13": 8008.0, "shard #13": 7758.0,
"shard #14": 7732.0, "shard #14": 7564.0,
"shard #15": 7848.0 "shard #15": 7712.0
} }
} }
\ No newline at end of file
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
"blink_perf.events": {}, "blink_perf.events": {},
"blink_perf.image_decoder": {}, "blink_perf.image_decoder": {},
"blink_perf.layout": { "blink_perf.layout": {
"end": 12 "end": 13
} }
} }
}, },
"1": { "1": {
"benchmarks": { "benchmarks": {
"blink_perf.layout": { "blink_perf.layout": {
"begin": 12 "begin": 13
}, },
"blink_perf.owp_storage": {}, "blink_perf.owp_storage": {},
"blink_perf.paint": {}, "blink_perf.paint": {},
...@@ -33,37 +33,36 @@ ...@@ -33,37 +33,36 @@
"dromaeo": { "dromaeo": {
"begin": 2 "begin": 2
}, },
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {}, "dummy_benchmark.stable_benchmark_1": {},
"jetstream": {}, "jetstream": {},
"kraken": {}, "kraken": {},
"loading.desktop": {}, "loading.desktop": {},
"loading.mobile": { "loading.mobile": {
"end": 33 "end": 31
} }
} }
}, },
"3": { "3": {
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 33, "begin": 31,
"end": 55 "end": 54
} }
} }
}, },
"4": { "4": {
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 55, "begin": 54,
"end": 92 "end": 91
} }
} }
}, },
"5": { "5": {
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 92 "begin": 91
}, },
"media.desktop": {}, "media.desktop": {},
"media.mobile": {}, "media.mobile": {},
...@@ -71,14 +70,14 @@ ...@@ -71,14 +70,14 @@
"memory.long_running_idle_gmail_background_tbmv2": {}, "memory.long_running_idle_gmail_background_tbmv2": {},
"memory.long_running_idle_gmail_tbmv2": {}, "memory.long_running_idle_gmail_tbmv2": {},
"memory.top_10_mobile": { "memory.top_10_mobile": {
"end": 18 "end": 17
} }
} }
}, },
"6": { "6": {
"benchmarks": { "benchmarks": {
"memory.top_10_mobile": { "memory.top_10_mobile": {
"begin": 18 "begin": 17
}, },
"octane": {}, "octane": {},
"oortonline_tbmv2": {}, "oortonline_tbmv2": {},
...@@ -88,22 +87,22 @@ ...@@ -88,22 +87,22 @@
"rasterize_and_record_micro.top_25": {}, "rasterize_and_record_micro.top_25": {},
"rendering.desktop": {}, "rendering.desktop": {},
"rendering.mobile": { "rendering.mobile": {
"end": 22 "end": 17
} }
} }
}, },
"7": { "7": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 22, "begin": 17,
"end": 187 "end": 174
} }
} }
}, },
"8": { "8": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 187, "begin": 174,
"end": 403 "end": 403
} }
} }
...@@ -122,37 +121,42 @@ ...@@ -122,37 +121,42 @@
"startup.mobile": {}, "startup.mobile": {},
"system_health.common_desktop": {}, "system_health.common_desktop": {},
"system_health.common_mobile": { "system_health.common_mobile": {
"end": 1 "end": 8
} }
} }
}, },
"10": { "10": {
"benchmarks": { "benchmarks": {
"system_health.common_mobile": { "system_health.common_mobile": {
"begin": 1 "begin": 8
},
"system_health.memory_desktop": {
"end": 79
} }
} }
}, },
"11": { "11": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": {}, "system_health.memory_desktop": {
"begin": 79
},
"system_health.memory_mobile": { "system_health.memory_mobile": {
"end": 19 "end": 20
} }
} }
}, },
"12": { "12": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 19, "begin": 20,
"end": 47 "end": 50
} }
} }
}, },
"13": { "13": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 47 "begin": 50
}, },
"system_health.webview_startup": {}, "system_health.webview_startup": {},
"tab_switching.typical_25": {}, "tab_switching.typical_25": {},
...@@ -160,14 +164,14 @@ ...@@ -160,14 +164,14 @@
"v8.browsing_desktop": {}, "v8.browsing_desktop": {},
"v8.browsing_desktop-future": {}, "v8.browsing_desktop-future": {},
"v8.browsing_mobile": { "v8.browsing_mobile": {
"end": 6 "end": 7
} }
} }
}, },
"14": { "14": {
"benchmarks": { "benchmarks": {
"v8.browsing_mobile": { "v8.browsing_mobile": {
"begin": 6 "begin": 7
}, },
"v8.browsing_mobile-future": { "v8.browsing_mobile-future": {
"end": 7 "end": 7
...@@ -185,26 +189,26 @@ ...@@ -185,26 +189,26 @@
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1904, "num_stories": 1960,
"predicted_min_shard_time": 5702.0, "predicted_min_shard_time": 5582.0,
"predicted_min_shard_index": 13, "predicted_min_shard_index": 14,
"predicted_max_shard_time": 6112.0, "predicted_max_shard_time": 6084.0,
"predicted_max_shard_index": 4, "predicted_max_shard_index": 13,
"shard #0": 5910.0, "shard #0": 5838.0,
"shard #1": 5896.0, "shard #1": 5874.0,
"shard #2": 5950.0, "shard #2": 5836.0,
"shard #3": 5852.0, "shard #3": 5840.0,
"shard #4": 6112.0, "shard #4": 5816.0,
"shard #5": 5754.0, "shard #5": 5914.0,
"shard #6": 6004.0, "shard #6": 5700.0,
"shard #7": 5862.0, "shard #7": 5902.0,
"shard #8": 5950.0, "shard #8": 5872.0,
"shard #9": 5896.0, "shard #9": 5778.0,
"shard #10": 6030.0, "shard #10": 5880.0,
"shard #11": 5730.0, "shard #11": 5922.0,
"shard #12": 6054.0, "shard #12": 5700.0,
"shard #13": 5702.0, "shard #13": 6084.0,
"shard #14": 6104.0, "shard #14": 5582.0,
"shard #15": 5914.0 "shard #15": 5914.0
} }
} }
\ No newline at end of file
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
"blink_perf.shadow_dom": {}, "blink_perf.shadow_dom": {},
"blink_perf.svg": {}, "blink_perf.svg": {},
"dromaeo": {}, "dromaeo": {},
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {} "dummy_benchmark.stable_benchmark_1": {}
} }
...@@ -26,14 +25,14 @@ ...@@ -26,14 +25,14 @@
"kraken": {}, "kraken": {},
"loading.desktop": {}, "loading.desktop": {},
"loading.mobile": { "loading.mobile": {
"end": 77 "end": 70
} }
} }
}, },
"2": { "2": {
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 77 "begin": 70
}, },
"media.desktop": {}, "media.desktop": {},
"media.mobile": {}, "media.mobile": {},
...@@ -49,51 +48,46 @@ ...@@ -49,51 +48,46 @@
"rasterize_and_record_micro.top_25": {}, "rasterize_and_record_micro.top_25": {},
"rendering.desktop": {}, "rendering.desktop": {},
"rendering.mobile": { "rendering.mobile": {
"end": 13 "end": 1
} }
} }
}, },
"3": { "3": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 13, "begin": 1,
"end": 263 "end": 245
} }
} }
}, },
"4": { "4": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 263 "begin": 245
}, },
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {}, "smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"smoothness.tough_pinch_zoom_cases": { "smoothness.tough_pinch_zoom_cases": {},
"end": 9 "speedometer": {},
} "speedometer-future": {},
"speedometer2": {}
} }
}, },
"5": { "5": {
"benchmarks": { "benchmarks": {
"smoothness.tough_pinch_zoom_cases": {
"begin": 9
},
"speedometer": {},
"speedometer-future": {},
"speedometer2": {},
"speedometer2-future": {}, "speedometer2-future": {},
"startup.mobile": {}, "startup.mobile": {},
"system_health.common_desktop": {}, "system_health.common_desktop": {},
"system_health.common_mobile": {}, "system_health.common_mobile": {},
"system_health.memory_desktop": {}, "system_health.memory_desktop": {},
"system_health.memory_mobile": { "system_health.memory_mobile": {
"end": 16 "end": 18
} }
} }
}, },
"6": { "6": {
"benchmarks": { "benchmarks": {
"system_health.memory_mobile": { "system_health.memory_mobile": {
"begin": 16 "begin": 18
}, },
"system_health.webview_startup": {}, "system_health.webview_startup": {},
"tab_switching.typical_25": {}, "tab_switching.typical_25": {},
...@@ -101,14 +95,14 @@ ...@@ -101,14 +95,14 @@
"v8.browsing_desktop": {}, "v8.browsing_desktop": {},
"v8.browsing_desktop-future": {}, "v8.browsing_desktop-future": {},
"v8.browsing_mobile": { "v8.browsing_mobile": {
"end": 1 "end": 2
} }
} }
}, },
"7": { "7": {
"benchmarks": { "benchmarks": {
"v8.browsing_mobile": { "v8.browsing_mobile": {
"begin": 1 "begin": 2
}, },
"v8.browsing_mobile-future": {}, "v8.browsing_mobile-future": {},
"v8.runtime_stats.top_25": {}, "v8.runtime_stats.top_25": {},
...@@ -117,18 +111,18 @@ ...@@ -117,18 +111,18 @@
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1944, "num_stories": 1960,
"predicted_min_shard_time": 13184.0, "predicted_min_shard_time": 12836.0,
"predicted_min_shard_index": 0, "predicted_min_shard_index": 6,
"predicted_max_shard_time": 13580.0, "predicted_max_shard_time": 13204.0,
"predicted_max_shard_index": 1, "predicted_max_shard_index": 1,
"shard #0": 13184.0, "shard #0": 13028.0,
"shard #1": 13580.0, "shard #1": 13204.0,
"shard #2": 13458.0, "shard #2": 13022.0,
"shard #3": 13400.0, "shard #3": 13138.0,
"shard #4": 13364.0, "shard #4": 13204.0,
"shard #5": 13324.0, "shard #5": 13146.0,
"shard #6": 13426.0, "shard #6": 12836.0,
"shard #7": 13452.0 "shard #7": 13192.0
} }
} }
\ No newline at end of file
...@@ -22,31 +22,30 @@ ...@@ -22,31 +22,30 @@
"blink_perf.paint": {}, "blink_perf.paint": {},
"blink_perf.parser": {}, "blink_perf.parser": {},
"blink_perf.shadow_dom": { "blink_perf.shadow_dom": {
"end": 35 "end": 36
} }
} }
}, },
"2": { "2": {
"benchmarks": { "benchmarks": {
"blink_perf.shadow_dom": { "blink_perf.shadow_dom": {
"begin": 35 "begin": 36
}, },
"blink_perf.svg": {}, "blink_perf.svg": {},
"dromaeo": {}, "dromaeo": {},
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {}, "dummy_benchmark.stable_benchmark_1": {},
"jetstream": {}, "jetstream": {},
"kraken": {}, "kraken": {},
"loading.desktop": { "loading.desktop": {
"end": 25 "end": 26
} }
} }
}, },
"3": { "3": {
"benchmarks": { "benchmarks": {
"loading.desktop": { "loading.desktop": {
"begin": 25, "begin": 26,
"end": 61 "end": 61
} }
} }
...@@ -83,62 +82,62 @@ ...@@ -83,62 +82,62 @@
"octane": {}, "octane": {},
"oortonline_tbmv2": {}, "oortonline_tbmv2": {},
"power.desktop": { "power.desktop": {
"end": 4 "end": 5
} }
} }
}, },
"7": { "7": {
"benchmarks": { "benchmarks": {
"power.desktop": { "power.desktop": {
"begin": 4 "begin": 5
}, },
"power.typical_10_mobile": {}, "power.typical_10_mobile": {},
"rasterize_and_record_micro.partial_invalidation": {}, "rasterize_and_record_micro.partial_invalidation": {},
"rasterize_and_record_micro.top_25": { "rasterize_and_record_micro.top_25": {
"end": 23 "end": 24
} }
} }
}, },
"8": { "8": {
"benchmarks": { "benchmarks": {
"rasterize_and_record_micro.top_25": { "rasterize_and_record_micro.top_25": {
"begin": 23 "begin": 24
}, },
"rendering.desktop": { "rendering.desktop": {
"end": 52 "end": 53
} }
} }
}, },
"9": { "9": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 52, "begin": 53,
"end": 109 "end": 111
} }
} }
}, },
"10": { "10": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 109, "begin": 111,
"end": 173 "end": 178
} }
} }
}, },
"11": { "11": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 173 "begin": 178
}, },
"rendering.mobile": { "rendering.mobile": {
"end": 67 "end": 139
} }
} }
}, },
"12": { "12": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 67 "begin": 139
}, },
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {}, "smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"smoothness.tough_pinch_zoom_cases": {}, "smoothness.tough_pinch_zoom_cases": {},
...@@ -148,65 +147,65 @@ ...@@ -148,65 +147,65 @@
"speedometer2-future": {}, "speedometer2-future": {},
"startup.mobile": {}, "startup.mobile": {},
"system_health.common_desktop": { "system_health.common_desktop": {
"end": 16 "end": 19
} }
} }
}, },
"13": { "13": {
"benchmarks": { "benchmarks": {
"system_health.common_desktop": { "system_health.common_desktop": {
"begin": 16, "begin": 19,
"end": 59 "end": 74
} }
} }
}, },
"14": { "14": {
"benchmarks": { "benchmarks": {
"system_health.common_desktop": { "system_health.common_desktop": {
"begin": 59 "begin": 74
}, },
"system_health.common_mobile": {}, "system_health.common_mobile": {},
"system_health.memory_desktop": { "system_health.memory_desktop": {
"end": 7 "end": 9
} }
} }
}, },
"15": { "15": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 7, "begin": 9,
"end": 17 "end": 19
} }
} }
}, },
"16": { "16": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 17, "begin": 19,
"end": 35 "end": 43
} }
} }
}, },
"17": { "17": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 35, "begin": 43,
"end": 57 "end": 73
} }
} }
}, },
"18": { "18": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 57, "begin": 73,
"end": 68 "end": 88
} }
} }
}, },
"19": { "19": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 68 "begin": 88
}, },
"system_health.memory_mobile": {}, "system_health.memory_mobile": {},
"system_health.webview_startup": {}, "system_health.webview_startup": {},
...@@ -255,50 +254,50 @@ ...@@ -255,50 +254,50 @@
"benchmarks": { "benchmarks": {
"v8.runtime_stats.top_25": { "v8.runtime_stats.top_25": {
"begin": 74, "begin": 74,
"end": 114 "end": 113
} }
} }
}, },
"25": { "25": {
"benchmarks": { "benchmarks": {
"v8.runtime_stats.top_25": { "v8.runtime_stats.top_25": {
"begin": 114 "begin": 113
}, },
"wasm": {}, "wasm": {},
"webrtc": {} "webrtc": {}
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1904, "num_stories": 1960,
"predicted_min_shard_time": 2782.0, "predicted_min_shard_time": 2784.0,
"predicted_min_shard_index": 14, "predicted_min_shard_index": 15,
"predicted_max_shard_time": 3088.0, "predicted_max_shard_time": 3102.0,
"predicted_max_shard_index": 21, "predicted_max_shard_index": 21,
"shard #0": 2920.0, "shard #0": 2910.0,
"shard #1": 2912.0, "shard #1": 2928.0,
"shard #2": 2894.0, "shard #2": 2932.0,
"shard #3": 2972.0, "shard #3": 2888.0,
"shard #4": 2940.0, "shard #4": 2940.0,
"shard #5": 2878.0, "shard #5": 2878.0,
"shard #6": 2916.0, "shard #6": 3008.0,
"shard #7": 2862.0, "shard #7": 2926.0,
"shard #8": 2952.0, "shard #8": 2856.0,
"shard #9": 2904.0, "shard #9": 2910.0,
"shard #10": 2926.0, "shard #10": 2962.0,
"shard #11": 2930.0, "shard #11": 2910.0,
"shard #12": 2928.0, "shard #12": 2868.0,
"shard #13": 2944.0, "shard #13": 2862.0,
"shard #14": 2782.0, "shard #14": 3082.0,
"shard #15": 3054.0, "shard #15": 2784.0,
"shard #16": 2892.0, "shard #16": 3048.0,
"shard #17": 2892.0, "shard #17": 2946.0,
"shard #18": 3012.0, "shard #18": 2910.0,
"shard #19": 2832.0, "shard #19": 2856.0,
"shard #20": 2804.0, "shard #20": 2818.0,
"shard #21": 3088.0, "shard #21": 3102.0,
"shard #22": 2828.0, "shard #22": 2828.0,
"shard #23": 2946.0, "shard #23": 2946.0,
"shard #24": 2958.0, "shard #24": 2882.0,
"shard #25": 2882.0 "shard #25": 2958.0
} }
} }
\ No newline at end of file
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
"blink_perf.events": {}, "blink_perf.events": {},
"blink_perf.image_decoder": {}, "blink_perf.image_decoder": {},
"blink_perf.layout": { "blink_perf.layout": {
"end": 59 "end": 60
} }
} }
}, },
"1": { "1": {
"benchmarks": { "benchmarks": {
"blink_perf.layout": { "blink_perf.layout": {
"begin": 59 "begin": 60
}, },
"blink_perf.owp_storage": {}, "blink_perf.owp_storage": {},
"blink_perf.paint": {}, "blink_perf.paint": {},
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
"blink_perf.shadow_dom": {}, "blink_perf.shadow_dom": {},
"blink_perf.svg": {}, "blink_perf.svg": {},
"dromaeo": {}, "dromaeo": {},
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {}, "dummy_benchmark.stable_benchmark_1": {},
"jetstream": {}, "jetstream": {},
...@@ -95,116 +94,111 @@ ...@@ -95,116 +94,111 @@
"rasterize_and_record_micro.partial_invalidation": {}, "rasterize_and_record_micro.partial_invalidation": {},
"rasterize_and_record_micro.top_25": {}, "rasterize_and_record_micro.top_25": {},
"rendering.desktop": { "rendering.desktop": {
"end": 21 "end": 23
} }
} }
}, },
"8": { "8": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 21, "begin": 23,
"end": 71 "end": 72
} }
} }
}, },
"9": { "9": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 71, "begin": 72,
"end": 121 "end": 123
} }
} }
}, },
"10": { "10": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 121, "begin": 123,
"end": 200 "end": 203
} }
} }
}, },
"11": { "11": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 200 "begin": 203
}, },
"rendering.mobile": { "rendering.mobile": {},
"end": 421 "smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
} "smoothness.tough_pinch_zoom_cases": {}
} }
}, },
"12": { "12": {
"benchmarks": { "benchmarks": {
"rendering.mobile": {
"begin": 421
},
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"smoothness.tough_pinch_zoom_cases": {},
"speedometer": {}, "speedometer": {},
"speedometer-future": {}, "speedometer-future": {},
"speedometer2": {}, "speedometer2": {},
"speedometer2-future": {}, "speedometer2-future": {},
"startup.mobile": {}, "startup.mobile": {},
"system_health.common_desktop": { "system_health.common_desktop": {
"end": 22 "end": 26
} }
} }
}, },
"13": { "13": {
"benchmarks": { "benchmarks": {
"system_health.common_desktop": { "system_health.common_desktop": {
"begin": 22, "begin": 26,
"end": 62 "end": 80
} }
} }
}, },
"14": { "14": {
"benchmarks": { "benchmarks": {
"system_health.common_desktop": { "system_health.common_desktop": {
"begin": 62 "begin": 80
}, },
"system_health.common_mobile": {}, "system_health.common_mobile": {},
"system_health.memory_desktop": { "system_health.memory_desktop": {
"end": 10 "end": 11
} }
} }
}, },
"15": { "15": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 10, "begin": 11,
"end": 19 "end": 25
} }
} }
}, },
"16": { "16": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 19, "begin": 25,
"end": 40 "end": 49
} }
} }
}, },
"17": { "17": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 40, "begin": 49,
"end": 58 "end": 73
} }
} }
}, },
"18": { "18": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 58, "begin": 73,
"end": 65 "end": 83
} }
} }
}, },
"19": { "19": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 65 "begin": 83
}, },
"system_health.memory_mobile": {}, "system_health.memory_mobile": {},
"system_health.webview_startup": {}, "system_health.webview_startup": {},
...@@ -225,14 +219,14 @@ ...@@ -225,14 +219,14 @@
"21": { "21": {
"benchmarks": { "benchmarks": {
"v8.browsing_desktop-future": { "v8.browsing_desktop-future": {
"end": 20 "end": 25
} }
} }
}, },
"22": { "22": {
"benchmarks": { "benchmarks": {
"v8.browsing_desktop-future": { "v8.browsing_desktop-future": {
"begin": 20 "begin": 25
}, },
"v8.browsing_mobile": {}, "v8.browsing_mobile": {},
"v8.browsing_mobile-future": {}, "v8.browsing_mobile-future": {},
...@@ -267,34 +261,34 @@ ...@@ -267,34 +261,34 @@
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1904, "num_stories": 1960,
"predicted_min_shard_time": 2928.0, "predicted_min_shard_time": 2778.0,
"predicted_min_shard_index": 17, "predicted_min_shard_index": 17,
"predicted_max_shard_time": 3780.0, "predicted_max_shard_time": 3798.0,
"predicted_max_shard_index": 18, "predicted_max_shard_index": 18,
"shard #0": 3246.0, "shard #0": 3234.0,
"shard #1": 3264.0, "shard #1": 3238.0,
"shard #2": 3300.0, "shard #2": 3300.0,
"shard #3": 3216.0, "shard #3": 3216.0,
"shard #4": 3280.0, "shard #4": 3280.0,
"shard #5": 3174.0, "shard #5": 3174.0,
"shard #6": 3328.0, "shard #6": 3328.0,
"shard #7": 3174.0, "shard #7": 3286.0,
"shard #8": 3252.0, "shard #8": 3230.0,
"shard #9": 3280.0, "shard #9": 3256.0,
"shard #10": 3266.0, "shard #10": 3274.0,
"shard #11": 3244.0, "shard #11": 3192.0,
"shard #12": 3230.0, "shard #12": 3340.0,
"shard #13": 3264.0, "shard #13": 3230.0,
"shard #14": 3408.0, "shard #14": 3270.0,
"shard #15": 3174.0, "shard #15": 3204.0,
"shard #16": 3126.0, "shard #16": 3330.0,
"shard #17": 2928.0, "shard #17": 2778.0,
"shard #18": 3780.0, "shard #18": 3798.0,
"shard #19": 3178.0, "shard #19": 3214.0,
"shard #20": 3234.0, "shard #20": 3248.0,
"shard #21": 3226.0, "shard #21": 3236.0,
"shard #22": 3288.0, "shard #22": 3292.0,
"shard #23": 3198.0, "shard #23": 3198.0,
"shard #24": 3270.0, "shard #24": 3270.0,
"shard #25": 3226.0 "shard #25": 3226.0
......
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
"blink_perf.events": {}, "blink_perf.events": {},
"blink_perf.image_decoder": {}, "blink_perf.image_decoder": {},
"blink_perf.layout": { "blink_perf.layout": {
"end": 60 "end": 61
} }
} }
}, },
"1": { "1": {
"benchmarks": { "benchmarks": {
"blink_perf.layout": { "blink_perf.layout": {
"begin": 60 "begin": 61
}, },
"blink_perf.owp_storage": {}, "blink_perf.owp_storage": {},
"blink_perf.paint": {}, "blink_perf.paint": {},
...@@ -24,28 +24,27 @@ ...@@ -24,28 +24,27 @@
"blink_perf.shadow_dom": {}, "blink_perf.shadow_dom": {},
"blink_perf.svg": {}, "blink_perf.svg": {},
"dromaeo": {}, "dromaeo": {},
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {}, "dummy_benchmark.stable_benchmark_1": {},
"jetstream": {}, "jetstream": {},
"kraken": {}, "kraken": {},
"loading.desktop": { "loading.desktop": {
"end": 10 "end": 11
} }
} }
}, },
"2": { "2": {
"benchmarks": { "benchmarks": {
"loading.desktop": { "loading.desktop": {
"begin": 10, "begin": 11,
"end": 44 "end": 45
} }
} }
}, },
"3": { "3": {
"benchmarks": { "benchmarks": {
"loading.desktop": { "loading.desktop": {
"begin": 44, "begin": 45,
"end": 76 "end": 76
} }
} }
...@@ -55,16 +54,11 @@ ...@@ -55,16 +54,11 @@
"loading.desktop": { "loading.desktop": {
"begin": 76 "begin": 76
}, },
"loading.mobile": { "loading.mobile": {}
"end": 84
}
} }
}, },
"5": { "5": {
"benchmarks": { "benchmarks": {
"loading.mobile": {
"begin": 84
},
"media.desktop": {}, "media.desktop": {},
"media.mobile": {}, "media.mobile": {},
"memory.desktop": {} "memory.desktop": {}
...@@ -81,48 +75,48 @@ ...@@ -81,48 +75,48 @@
"power.typical_10_mobile": {}, "power.typical_10_mobile": {},
"rasterize_and_record_micro.partial_invalidation": {}, "rasterize_and_record_micro.partial_invalidation": {},
"rasterize_and_record_micro.top_25": { "rasterize_and_record_micro.top_25": {
"end": 9 "end": 12
} }
} }
}, },
"7": { "7": {
"benchmarks": { "benchmarks": {
"rasterize_and_record_micro.top_25": { "rasterize_and_record_micro.top_25": {
"begin": 9 "begin": 12
}, },
"rendering.desktop": { "rendering.desktop": {
"end": 40 "end": 41
} }
} }
}, },
"8": { "8": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 40, "begin": 41,
"end": 96 "end": 97
} }
} }
}, },
"9": { "9": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 96, "begin": 97,
"end": 157 "end": 162
} }
} }
}, },
"10": { "10": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 157, "begin": 162,
"end": 237 "end": 238
} }
} }
}, },
"11": { "11": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 237 "begin": 238
}, },
"rendering.mobile": {}, "rendering.mobile": {},
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {}, "smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
...@@ -133,87 +127,87 @@ ...@@ -133,87 +127,87 @@
"speedometer2-future": {}, "speedometer2-future": {},
"startup.mobile": {}, "startup.mobile": {},
"system_health.common_desktop": { "system_health.common_desktop": {
"end": 12 "end": 14
} }
} }
}, },
"12": { "12": {
"benchmarks": { "benchmarks": {
"system_health.common_desktop": { "system_health.common_desktop": {
"begin": 12, "begin": 14,
"end": 52 "end": 70
} }
} }
}, },
"13": { "13": {
"benchmarks": { "benchmarks": {
"system_health.common_desktop": { "system_health.common_desktop": {
"begin": 52 "begin": 70
}, },
"system_health.common_mobile": {}, "system_health.common_mobile": {},
"system_health.memory_desktop": { "system_health.memory_desktop": {
"end": 3 "end": 5
} }
} }
}, },
"14": { "14": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 3, "begin": 5,
"end": 14 "end": 15
} }
} }
}, },
"15": { "15": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 14, "begin": 15,
"end": 29 "end": 36
} }
} }
}, },
"16": { "16": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 29, "begin": 36,
"end": 50 "end": 62
} }
} }
}, },
"17": { "17": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 50, "begin": 62,
"end": 60 "end": 75
} }
} }
}, },
"18": { "18": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 60, "begin": 75,
"end": 67 "end": 87
} }
} }
}, },
"19": { "19": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 67 "begin": 87
}, },
"system_health.memory_mobile": {}, "system_health.memory_mobile": {},
"system_health.webview_startup": {}, "system_health.webview_startup": {},
"tab_switching.typical_25": {}, "tab_switching.typical_25": {},
"tracing.tracing_with_background_memory_infra": {}, "tracing.tracing_with_background_memory_infra": {},
"v8.browsing_desktop": { "v8.browsing_desktop": {
"end": 11 "end": 12
} }
} }
}, },
"20": { "20": {
"benchmarks": { "benchmarks": {
"v8.browsing_desktop": { "v8.browsing_desktop": {
"begin": 11 "begin": 12
}, },
"v8.browsing_desktop-future": { "v8.browsing_desktop-future": {
"end": 4 "end": 4
...@@ -224,14 +218,14 @@ ...@@ -224,14 +218,14 @@
"benchmarks": { "benchmarks": {
"v8.browsing_desktop-future": { "v8.browsing_desktop-future": {
"begin": 4, "begin": 4,
"end": 22 "end": 27
} }
} }
}, },
"22": { "22": {
"benchmarks": { "benchmarks": {
"v8.browsing_desktop-future": { "v8.browsing_desktop-future": {
"begin": 22 "begin": 27
}, },
"v8.browsing_mobile": {}, "v8.browsing_mobile": {},
"v8.browsing_mobile-future": {}, "v8.browsing_mobile-future": {},
...@@ -266,34 +260,34 @@ ...@@ -266,34 +260,34 @@
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1904, "num_stories": 1960,
"predicted_min_shard_time": 2436.0, "predicted_min_shard_time": 2466.0,
"predicted_min_shard_index": 18, "predicted_min_shard_index": 18,
"predicted_max_shard_time": 3204.0, "predicted_max_shard_time": 3222.0,
"predicted_max_shard_index": 17, "predicted_max_shard_index": 17,
"shard #0": 2874.0, "shard #0": 2868.0,
"shard #1": 2826.0, "shard #1": 2870.0,
"shard #2": 2880.0, "shard #2": 2896.0,
"shard #3": 2892.0, "shard #3": 2812.0,
"shard #4": 2848.0, "shard #4": 2888.0,
"shard #5": 2988.0, "shard #5": 2948.0,
"shard #6": 2728.0, "shard #6": 2790.0,
"shard #7": 2910.0, "shard #7": 2898.0,
"shard #8": 2840.0, "shard #8": 2828.0,
"shard #9": 2846.0, "shard #9": 2882.0,
"shard #10": 2906.0, "shard #10": 2922.0,
"shard #11": 2850.0, "shard #11": 2838.0,
"shard #12": 2844.0, "shard #12": 2874.0,
"shard #13": 2858.0, "shard #13": 2866.0,
"shard #14": 2868.0, "shard #14": 2718.0,
"shard #15": 2844.0, "shard #15": 3036.0,
"shard #16": 2976.0, "shard #16": 2850.0,
"shard #17": 3204.0, "shard #17": 3222.0,
"shard #18": 2436.0, "shard #18": 2466.0,
"shard #19": 2944.0, "shard #19": 2970.0,
"shard #20": 2752.0, "shard #20": 2764.0,
"shard #21": 2990.0, "shard #21": 2810.0,
"shard #22": 2802.0, "shard #22": 2996.0,
"shard #23": 2826.0, "shard #23": 2826.0,
"shard #24": 2878.0, "shard #24": 2878.0,
"shard #25": 2860.0 "shard #25": 2860.0
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
}, },
"1": { "1": {
"benchmarks": { "benchmarks": {
"dummy_benchmark.histogram_benchmark_1": {} "dummy_benchmark.noisy_benchmark_1": {}
} }
} }
} }
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
"blink_perf.events": {}, "blink_perf.events": {},
"blink_perf.image_decoder": {}, "blink_perf.image_decoder": {},
"blink_perf.layout": { "blink_perf.layout": {
"end": 39 "end": 40
} }
} }
}, },
"1": { "1": {
"benchmarks": { "benchmarks": {
"blink_perf.layout": { "blink_perf.layout": {
"begin": 39 "begin": 40
}, },
"blink_perf.owp_storage": {}, "blink_perf.owp_storage": {},
"blink_perf.paint": {}, "blink_perf.paint": {},
...@@ -24,24 +24,27 @@ ...@@ -24,24 +24,27 @@
"blink_perf.shadow_dom": {}, "blink_perf.shadow_dom": {},
"blink_perf.svg": {}, "blink_perf.svg": {},
"dromaeo": {}, "dromaeo": {},
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {}, "dummy_benchmark.stable_benchmark_1": {},
"jetstream": {}, "jetstream": {},
"kraken": {} "kraken": {},
"loading.desktop": {
"end": 1
}
} }
}, },
"2": { "2": {
"benchmarks": { "benchmarks": {
"loading.desktop": { "loading.desktop": {
"end": 36 "begin": 1,
"end": 37
} }
} }
}, },
"3": { "3": {
"benchmarks": { "benchmarks": {
"loading.desktop": { "loading.desktop": {
"begin": 36, "begin": 37,
"end": 65 "end": 65
} }
} }
...@@ -73,12 +76,17 @@ ...@@ -73,12 +76,17 @@
"begin": 2 "begin": 2
}, },
"memory.long_running_idle_gmail_background_tbmv2": {}, "memory.long_running_idle_gmail_background_tbmv2": {},
"memory.long_running_idle_gmail_tbmv2": {} "memory.long_running_idle_gmail_tbmv2": {},
"memory.top_10_mobile": {
"end": 2
}
} }
}, },
"7": { "7": {
"benchmarks": { "benchmarks": {
"memory.top_10_mobile": {}, "memory.top_10_mobile": {
"begin": 2
},
"octane": {}, "octane": {},
"oortonline_tbmv2": {}, "oortonline_tbmv2": {},
"power.desktop": {}, "power.desktop": {},
...@@ -86,48 +94,48 @@ ...@@ -86,48 +94,48 @@
"rasterize_and_record_micro.partial_invalidation": {}, "rasterize_and_record_micro.partial_invalidation": {},
"rasterize_and_record_micro.top_25": {}, "rasterize_and_record_micro.top_25": {},
"rendering.desktop": { "rendering.desktop": {
"end": 1 "end": 2
} }
} }
}, },
"8": { "8": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 1, "begin": 2,
"end": 56 "end": 57
} }
} }
}, },
"9": { "9": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 56, "begin": 57,
"end": 114 "end": 116
} }
} }
}, },
"10": { "10": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 114, "begin": 116,
"end": 181 "end": 185
} }
} }
}, },
"11": { "11": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 181 "begin": 185
}, },
"rendering.mobile": { "rendering.mobile": {
"end": 210 "end": 270
} }
} }
}, },
"12": { "12": {
"benchmarks": { "benchmarks": {
"rendering.mobile": { "rendering.mobile": {
"begin": 210 "begin": 270
}, },
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {}, "smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
"smoothness.tough_pinch_zoom_cases": {}, "smoothness.tough_pinch_zoom_cases": {},
...@@ -137,65 +145,65 @@ ...@@ -137,65 +145,65 @@
"speedometer2-future": {}, "speedometer2-future": {},
"startup.mobile": {}, "startup.mobile": {},
"system_health.common_desktop": { "system_health.common_desktop": {
"end": 17 "end": 20
} }
} }
}, },
"13": { "13": {
"benchmarks": { "benchmarks": {
"system_health.common_desktop": { "system_health.common_desktop": {
"begin": 17, "begin": 20,
"end": 59 "end": 74
} }
} }
}, },
"14": { "14": {
"benchmarks": { "benchmarks": {
"system_health.common_desktop": { "system_health.common_desktop": {
"begin": 59 "begin": 74
}, },
"system_health.common_mobile": {}, "system_health.common_mobile": {},
"system_health.memory_desktop": { "system_health.memory_desktop": {
"end": 7 "end": 8
} }
} }
}, },
"15": { "15": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 7, "begin": 8,
"end": 16 "end": 19
} }
} }
}, },
"16": { "16": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 16, "begin": 19,
"end": 33 "end": 40
} }
} }
}, },
"17": { "17": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 33, "begin": 40,
"end": 54 "end": 69
} }
} }
}, },
"18": { "18": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 54, "begin": 69,
"end": 63 "end": 80
} }
} }
}, },
"19": { "19": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 63 "begin": 80
}, },
"system_health.memory_mobile": {}, "system_health.memory_mobile": {},
"system_health.webview_startup": {}, "system_health.webview_startup": {},
...@@ -216,14 +224,14 @@ ...@@ -216,14 +224,14 @@
"21": { "21": {
"benchmarks": { "benchmarks": {
"v8.browsing_desktop-future": { "v8.browsing_desktop-future": {
"end": 19 "end": 24
} }
} }
}, },
"22": { "22": {
"benchmarks": { "benchmarks": {
"v8.browsing_desktop-future": { "v8.browsing_desktop-future": {
"begin": 19 "begin": 24
}, },
"v8.browsing_mobile": {}, "v8.browsing_mobile": {},
"v8.browsing_mobile-future": {}, "v8.browsing_mobile-future": {},
...@@ -244,50 +252,50 @@ ...@@ -244,50 +252,50 @@
"benchmarks": { "benchmarks": {
"v8.runtime_stats.top_25": { "v8.runtime_stats.top_25": {
"begin": 66, "begin": 66,
"end": 106 "end": 105
} }
} }
}, },
"25": { "25": {
"benchmarks": { "benchmarks": {
"v8.runtime_stats.top_25": { "v8.runtime_stats.top_25": {
"begin": 106 "begin": 105
}, },
"wasm": {}, "wasm": {},
"webrtc": {} "webrtc": {}
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1904, "num_stories": 1960,
"predicted_min_shard_time": 2570.0, "predicted_min_shard_time": 2612.0,
"predicted_min_shard_index": 19, "predicted_min_shard_index": 19,
"predicted_max_shard_time": 3012.0, "predicted_max_shard_time": 3132.0,
"predicted_max_shard_index": 18, "predicted_max_shard_index": 15,
"shard #0": 2868.0, "shard #0": 2862.0,
"shard #1": 2770.0, "shard #1": 2874.0,
"shard #2": 2852.0, "shard #2": 2820.0,
"shard #3": 2872.0, "shard #3": 2800.0,
"shard #4": 2808.0, "shard #4": 2808.0,
"shard #5": 2952.0, "shard #5": 2952.0,
"shard #6": 2770.0, "shard #6": 2790.0,
"shard #7": 2836.0, "shard #7": 2828.0,
"shard #8": 2802.0, "shard #8": 2850.0,
"shard #9": 2866.0, "shard #9": 2858.0,
"shard #10": 2842.0, "shard #10": 2852.0,
"shard #11": 2830.0, "shard #11": 2834.0,
"shard #12": 2870.0, "shard #12": 2880.0,
"shard #13": 2912.0, "shard #13": 2784.0,
"shard #14": 2666.0, "shard #14": 2690.0,
"shard #15": 2838.0, "shard #15": 3132.0,
"shard #16": 2970.0, "shard #16": 2712.0,
"shard #17": 2760.0, "shard #17": 2808.0,
"shard #18": 3012.0, "shard #18": 3024.0,
"shard #19": 2570.0, "shard #19": 2612.0,
"shard #20": 2836.0, "shard #20": 2850.0,
"shard #21": 2838.0, "shard #21": 2848.0,
"shard #22": 2978.0, "shard #22": 2982.0,
"shard #23": 2830.0, "shard #23": 2830.0,
"shard #24": 2856.0, "shard #24": 2794.0,
"shard #25": 2810.0 "shard #25": 2872.0
} }
} }
\ No newline at end of file
...@@ -15,21 +15,20 @@ ...@@ -15,21 +15,20 @@
"blink_perf.shadow_dom": {}, "blink_perf.shadow_dom": {},
"blink_perf.svg": {}, "blink_perf.svg": {},
"dromaeo": {}, "dromaeo": {},
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {}, "dummy_benchmark.stable_benchmark_1": {},
"jetstream": {}, "jetstream": {},
"kraken": {}, "kraken": {},
"loading.desktop": {}, "loading.desktop": {},
"loading.mobile": { "loading.mobile": {
"end": 82 "end": 90
} }
} }
}, },
"1": { "1": {
"benchmarks": { "benchmarks": {
"loading.mobile": { "loading.mobile": {
"begin": 82 "begin": 90
}, },
"media.desktop": {}, "media.desktop": {},
"media.mobile": {}, "media.mobile": {},
...@@ -44,14 +43,14 @@ ...@@ -44,14 +43,14 @@
"rasterize_and_record_micro.partial_invalidation": {}, "rasterize_and_record_micro.partial_invalidation": {},
"rasterize_and_record_micro.top_25": {}, "rasterize_and_record_micro.top_25": {},
"rendering.desktop": { "rendering.desktop": {
"end": 158 "end": 161
} }
} }
}, },
"2": { "2": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 158 "begin": 161
}, },
"rendering.mobile": {}, "rendering.mobile": {},
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {}, "smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
...@@ -64,28 +63,28 @@ ...@@ -64,28 +63,28 @@
"system_health.common_desktop": {}, "system_health.common_desktop": {},
"system_health.common_mobile": {}, "system_health.common_mobile": {},
"system_health.memory_desktop": { "system_health.memory_desktop": {
"end": 16 "end": 19
} }
} }
}, },
"3": { "3": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 16 "begin": 19
}, },
"system_health.memory_mobile": {}, "system_health.memory_mobile": {},
"system_health.webview_startup": {}, "system_health.webview_startup": {},
"tab_switching.typical_25": {}, "tab_switching.typical_25": {},
"tracing.tracing_with_background_memory_infra": {}, "tracing.tracing_with_background_memory_infra": {},
"v8.browsing_desktop": { "v8.browsing_desktop": {
"end": 20 "end": 25
} }
} }
}, },
"4": { "4": {
"benchmarks": { "benchmarks": {
"v8.browsing_desktop": { "v8.browsing_desktop": {
"begin": 20 "begin": 25
}, },
"v8.browsing_desktop-future": {}, "v8.browsing_desktop-future": {},
"v8.browsing_mobile": {}, "v8.browsing_mobile": {},
...@@ -96,15 +95,15 @@ ...@@ -96,15 +95,15 @@
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1904, "num_stories": 1960,
"predicted_min_shard_time": 15154.0, "predicted_min_shard_time": 15184.0,
"predicted_min_shard_index": 2, "predicted_min_shard_index": 4,
"predicted_max_shard_time": 15372.0, "predicted_max_shard_time": 15372.0,
"predicted_max_shard_index": 3, "predicted_max_shard_index": 2,
"shard #0": 15232.0, "shard #0": 15256.0,
"shard #1": 15240.0, "shard #1": 15246.0,
"shard #2": 15154.0, "shard #2": 15372.0,
"shard #3": 15372.0, "shard #3": 15226.0,
"shard #4": 15166.0 "shard #4": 15184.0
} }
} }
\ No newline at end of file
...@@ -15,20 +15,19 @@ ...@@ -15,20 +15,19 @@
"blink_perf.shadow_dom": {}, "blink_perf.shadow_dom": {},
"blink_perf.svg": {}, "blink_perf.svg": {},
"dromaeo": {}, "dromaeo": {},
"dummy_benchmark.histogram_benchmark_1": {},
"dummy_benchmark.noisy_benchmark_1": {}, "dummy_benchmark.noisy_benchmark_1": {},
"dummy_benchmark.stable_benchmark_1": {}, "dummy_benchmark.stable_benchmark_1": {},
"jetstream": {}, "jetstream": {},
"kraken": {}, "kraken": {},
"loading.desktop": { "loading.desktop": {
"end": 94 "end": 95
} }
} }
}, },
"1": { "1": {
"benchmarks": { "benchmarks": {
"loading.desktop": { "loading.desktop": {
"begin": 94 "begin": 95
}, },
"loading.mobile": {}, "loading.mobile": {},
"media.desktop": {}, "media.desktop": {},
...@@ -44,14 +43,14 @@ ...@@ -44,14 +43,14 @@
"rasterize_and_record_micro.partial_invalidation": {}, "rasterize_and_record_micro.partial_invalidation": {},
"rasterize_and_record_micro.top_25": {}, "rasterize_and_record_micro.top_25": {},
"rendering.desktop": { "rendering.desktop": {
"end": 136 "end": 138
} }
} }
}, },
"2": { "2": {
"benchmarks": { "benchmarks": {
"rendering.desktop": { "rendering.desktop": {
"begin": 136 "begin": 138
}, },
"rendering.mobile": {}, "rendering.mobile": {},
"smoothness.gpu_rasterization.tough_pinch_zoom_cases": {}, "smoothness.gpu_rasterization.tough_pinch_zoom_cases": {},
...@@ -64,28 +63,28 @@ ...@@ -64,28 +63,28 @@
"system_health.common_desktop": {}, "system_health.common_desktop": {},
"system_health.common_mobile": {}, "system_health.common_mobile": {},
"system_health.memory_desktop": { "system_health.memory_desktop": {
"end": 12 "end": 14
} }
} }
}, },
"3": { "3": {
"benchmarks": { "benchmarks": {
"system_health.memory_desktop": { "system_health.memory_desktop": {
"begin": 12 "begin": 14
}, },
"system_health.memory_mobile": {}, "system_health.memory_mobile": {},
"system_health.webview_startup": {}, "system_health.webview_startup": {},
"tab_switching.typical_25": {}, "tab_switching.typical_25": {},
"tracing.tracing_with_background_memory_infra": {}, "tracing.tracing_with_background_memory_infra": {},
"v8.browsing_desktop": { "v8.browsing_desktop": {
"end": 18 "end": 22
} }
} }
}, },
"4": { "4": {
"benchmarks": { "benchmarks": {
"v8.browsing_desktop": { "v8.browsing_desktop": {
"begin": 18 "begin": 22
}, },
"v8.browsing_desktop-future": {}, "v8.browsing_desktop-future": {},
"v8.browsing_mobile": {}, "v8.browsing_mobile": {},
...@@ -96,15 +95,15 @@ ...@@ -96,15 +95,15 @@
} }
}, },
"extra_infos": { "extra_infos": {
"num_stories": 1904, "num_stories": 1960,
"predicted_min_shard_time": 15542.0, "predicted_min_shard_time": 15496.0,
"predicted_min_shard_index": 2, "predicted_min_shard_index": 3,
"predicted_max_shard_time": 15804.0, "predicted_max_shard_time": 15890.0,
"predicted_max_shard_index": 4, "predicted_max_shard_index": 2,
"shard #0": 15666.0, "shard #0": 15758.0,
"shard #1": 15762.0, "shard #1": 15698.0,
"shard #2": 15542.0, "shard #2": 15890.0,
"shard #3": 15764.0, "shard #3": 15496.0,
"shard #4": 15804.0 "shard #4": 15824.0
} }
} }
\ No newline at end of file
...@@ -9,7 +9,6 @@ UNDOCUMENTED_BENCHMARKS = { ...@@ -9,7 +9,6 @@ UNDOCUMENTED_BENCHMARKS = {
'angle_perftests', 'angle_perftests',
'components_perftests', 'components_perftests',
'dromaeo', 'dromaeo',
'dummy_benchmark.histogram_benchmark_1',
'dummy_benchmark.noisy_benchmark_1', 'dummy_benchmark.noisy_benchmark_1',
'dummy_benchmark.stable_benchmark_1', 'dummy_benchmark.stable_benchmark_1',
'gpu_perftests', 'gpu_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