Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(767)

Issue 2013223002: Add WebView startup time benchmark (Closed)

Created:
4 years, 7 months ago by alexandermont
Modified:
4 years, 6 months ago
CC:
chromium-reviews, Primiano Tucci (use gerrit), telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add WebView startup time benchmark. BUG=614374 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq Committed: https://crrev.com/a9e1620934522f32e3a5f500551aadaaa3642a44 Cr-Commit-Position: refs/heads/master@{#399080}

Patch Set 1 #

Patch Set 2 : #

Total comments: 16

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : #

Total comments: 8

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 4

Patch Set 12 : #

Total comments: 8

Patch Set 13 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M tools/perf/benchmarks/system_health.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 55 (20 generated)
alexandermont
4 years, 7 months ago (2016-05-26 21:41:34 UTC) #3
charliea (OOO until 10-5)
https://codereview.chromium.org/2013223002/diff/20001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/20001/tools/perf/benchmarks/system_health.py#newcode41 tools/perf/benchmarks/system_health.py:41: @benchmark.Disabled('android') Huh? Is this a diffbase problem? Seems like ...
4 years, 6 months ago (2016-05-27 23:27:26 UTC) #4
alexandermont
https://codereview.chromium.org/2013223002/diff/20001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/20001/tools/perf/benchmarks/system_health.py#newcode41 tools/perf/benchmarks/system_health.py:41: @benchmark.Disabled('android') On 2016/05/27 at 23:27:26, charliea wrote: > Huh? ...
4 years, 6 months ago (2016-05-31 17:21:45 UTC) #5
charliea (OOO until 10-5)
https://codereview.chromium.org/2013223002/diff/80001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/80001/tools/perf/benchmarks/system_health.py#newcode81 tools/perf/benchmarks/system_health.py:81: """Chrome Webview Startup Time system health Benchmark. """ nit: ...
4 years, 6 months ago (2016-06-06 19:52:53 UTC) #6
alexandermont
https://codereview.chromium.org/2013223002/diff/80001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/80001/tools/perf/benchmarks/system_health.py#newcode81 tools/perf/benchmarks/system_health.py:81: """Chrome Webview Startup Time system health Benchmark. """ On ...
4 years, 6 months ago (2016-06-06 23:30:16 UTC) #9
perezju
https://codereview.chromium.org/2013223002/diff/20001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/20001/tools/perf/benchmarks/system_health.py#newcode82 tools/perf/benchmarks/system_health.py:82: '-*,disabled-by-default-memory-infra')) On 2016/05/31 17:21:44, alexandermont wrote: > On 2016/05/27 ...
4 years, 6 months ago (2016-06-07 08:39:17 UTC) #10
alexandermont
4 years, 6 months ago (2016-06-07 18:32:44 UTC) #11
charliea (OOO until 10-5)
nit: CL subject shouldn't end in a period nit: Please add a line between the ...
4 years, 6 months ago (2016-06-08 20:57:58 UTC) #12
alexandermont
https://codereview.chromium.org/2013223002/diff/110002/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/110002/tools/perf/benchmarks/system_health.py#newcode79 tools/perf/benchmarks/system_health.py:79: """Chrome Webview Startup Time System Health Benchmark. On 2016/06/08 ...
4 years, 6 months ago (2016-06-08 21:09:15 UTC) #14
charliea (OOO until 10-5)
non-owner lgtm (probably want zhenw@ for the owner LGTM?)
4 years, 6 months ago (2016-06-08 21:11:16 UTC) #15
alexandermont
I tested it again with the changes and found: 1. enable_chrome_trace is default True. so ...
4 years, 6 months ago (2016-06-08 21:38:48 UTC) #16
alexandermont
4 years, 6 months ago (2016-06-08 21:44:02 UTC) #17
Zhen Wang
I am not entirely sure about the context for this benchmark. Why should it be ...
4 years, 6 months ago (2016-06-08 22:29:56 UTC) #18
nednguyen
On 2016/06/08 22:29:56, Zhen Wang wrote: > I am not entirely sure about the context ...
4 years, 6 months ago (2016-06-08 22:53:57 UTC) #19
alexandermont
https://codereview.chromium.org/2013223002/diff/190001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/190001/tools/perf/benchmarks/system_health.py#newcode103 tools/perf/benchmarks/system_health.py:103: options.config.enable_chrome_trace = False On 2016/06/08 at 22:29:56, Zhen Wang ...
4 years, 6 months ago (2016-06-08 22:54:03 UTC) #20
Zhen Wang
On 2016/06/08 22:54:03, alexandermont wrote: > https://codereview.chromium.org/2013223002/diff/190001/tools/perf/benchmarks/system_health.py > File tools/perf/benchmarks/system_health.py (right): > > https://codereview.chromium.org/2013223002/diff/190001/tools/perf/benchmarks/system_health.py#newcode103 > ...
4 years, 6 months ago (2016-06-08 22:56:46 UTC) #21
alexandermont
4 years, 6 months ago (2016-06-08 23:36:09 UTC) #22
Zhen Wang
https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py#newcode92 tools/perf/benchmarks/system_health.py:92: @benchmark.Enabled('android') I am almost sure you will need @benchmark.Enabled('android-webview'). ...
4 years, 6 months ago (2016-06-09 00:35:08 UTC) #23
perezju
+petrcermak FYI https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py#newcode92 tools/perf/benchmarks/system_health.py:92: @benchmark.Enabled('android') On 2016/06/09 00:35:08, Zhen Wang wrote: ...
4 years, 6 months ago (2016-06-09 10:51:07 UTC) #25
perezju
https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py#newcode101 tools/perf/benchmarks/system_health.py:101: page_set = page_sets.BlankPageSet +torne, do we also want to ...
4 years, 6 months ago (2016-06-09 11:02:52 UTC) #27
Torne
https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py#newcode101 tools/perf/benchmarks/system_health.py:101: page_set = page_sets.BlankPageSet On 2016/06/09 11:02:51, perezju wrote: > ...
4 years, 6 months ago (2016-06-09 11:22:32 UTC) #28
petrcermak
https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py#newcode93 tools/perf/benchmarks/system_health.py:93: class WebviewStartupSystemHealthBenchmark(_SystemHealthBenchmark): This class is now wedged in the ...
4 years, 6 months ago (2016-06-09 12:56:03 UTC) #29
alexandermont
https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py File tools/perf/benchmarks/system_health.py (right): https://codereview.chromium.org/2013223002/diff/210001/tools/perf/benchmarks/system_health.py#newcode92 tools/perf/benchmarks/system_health.py:92: @benchmark.Enabled('android') On 2016/06/09 at 10:51:06, perezju wrote: > On ...
4 years, 6 months ago (2016-06-09 16:26:19 UTC) #30
Zhen Wang
lgtm
4 years, 6 months ago (2016-06-09 16:49:22 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2013223002/230001
4 years, 6 months ago (2016-06-09 16:52:11 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: winx64_10_perf_cq on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
4 years, 6 months ago (2016-06-09 18:53:49 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2013223002/230001
4 years, 6 months ago (2016-06-09 18:56:54 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2013223002/230001
4 years, 6 months ago (2016-06-09 19:13:05 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: winx64_10_perf_cq on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
4 years, 6 months ago (2016-06-09 21:55:57 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2013223002/230001
4 years, 6 months ago (2016-06-09 22:05:46 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: winx64_10_perf_cq on tryserver.chromium.perf (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.chromium.perf/builders/winx64_10_perf_cq/builds/262)
4 years, 6 months ago (2016-06-10 02:39:27 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2013223002/230001
4 years, 6 months ago (2016-06-10 03:30:54 UTC) #50
commit-bot: I haz the power
Committed patchset #13 (id:230001)
4 years, 6 months ago (2016-06-10 03:37:16 UTC) #52
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-10 03:37:23 UTC) #53
commit-bot: I haz the power
4 years, 6 months ago (2016-06-10 03:38:54 UTC) #55
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/a9e1620934522f32e3a5f500551aadaaa3642a44
Cr-Commit-Position: refs/heads/master@{#399080}

Powered by Google App Engine
This is Rietveld 408576698