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

Issue 2168743004: [system health] Add media browsing stories. (Closed)

Created:
4 years, 5 months ago by Hannes Payer (out of office)
Modified:
4 years, 4 months ago
CC:
chromium-reviews, 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

[system health] Add media browsing stories. The workloads emulate real user behavior and is mainly used to benchmark memory consumption. Each media browsing story performs the following workload: 1. Load a page showing a media item 2. Click on the next link to go to the next media item 3. etc. The following websites were selected: - Facebook - YouTube - Imgur BUG=chromium:589726 Committed: https://crrev.com/2b3bbf6088bf4b53cb1cd3ad63e038c2a699113f Cr-Commit-Position: refs/heads/master@{#410622}

Patch Set 1 #

Total comments: 16

Patch Set 2 : comments addressed #

Total comments: 10

Patch Set 3 : comments #

Patch Set 4 : comment #

Total comments: 13

Patch Set 5 : comments, getting close to shipping #

Total comments: 24

Patch Set 6 : more comments #

Total comments: 11

Patch Set 7 : more comments #

Patch Set 8 : remove login facebook #

Patch Set 9 : keep facebook separate #

Patch Set 10 : merge #

Patch Set 11 : disable facebook on desktop #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -9 lines) Patch
M tools/perf/page_sets/data/system_health_desktop.json View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -1 line 0 comments Download
A tools/perf/page_sets/data/system_health_desktop_024.wpr.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/system_health_desktop_025.wpr.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/system_health_desktop_026.wpr.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/perf/page_sets/data/system_health_mobile.json View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -1 line 0 comments Download
A tools/perf/page_sets/data/system_health_mobile_034.wpr.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/system_health_mobile_035.wpr.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/system_health_mobile_037.wpr.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/system_health_mobile_038.wpr.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/system_health_mobile_040.wpr.sha1 View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M tools/perf/page_sets/login_helpers/facebook_login.py View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M tools/perf/page_sets/system_health/browsing_stories.py View 1 2 3 4 5 6 7 8 9 10 5 chunks +101 lines, -6 lines 0 comments Download
M tools/perf/page_sets/system_health/loading_stories.py View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 49 (16 generated)
Hannes Payer (out of office)
4 years, 5 months ago (2016-07-21 16:39:45 UTC) #3
nednguyen
Hi Hannes, For the context, Charlie is leading the effort of defining the set of ...
4 years, 5 months ago (2016-07-21 17:32:00 UTC) #4
Hannes Payer (out of office)
On 2016/07/21 17:32:00, nednguyen wrote: > Hi Hannes, > For the context, Charlie is leading ...
4 years, 5 months ago (2016-07-21 19:04:59 UTC) #5
nednguyen
4 years, 5 months ago (2016-07-21 19:26:55 UTC) #7
nednguyen
On 2016/07/21 19:04:59, Hannes Payer wrote: > On 2016/07/21 17:32:00, nednguyen wrote: > > Hi ...
4 years, 5 months ago (2016-07-21 19:34:50 UTC) #8
petrcermak
Looks good overall. Here's just a couple of code style comments. I agree that you ...
4 years, 5 months ago (2016-07-21 19:38:42 UTC) #9
Hannes Payer (out of office)
On 2016/07/21 19:34:50, nednguyen wrote: > On 2016/07/21 19:04:59, Hannes Payer wrote: > > On ...
4 years, 5 months ago (2016-07-22 07:14:22 UTC) #10
charliea (OOO until 10-5)
On 2016/07/22 at 07:14:22, hpayer wrote: > On 2016/07/21 19:34:50, nednguyen wrote: > > On ...
4 years, 5 months ago (2016-07-22 18:31:24 UTC) #11
charliea (OOO until 10-5)
On 2016/07/22 at 07:14:22, hpayer wrote: > On 2016/07/21 19:34:50, nednguyen wrote: > > On ...
4 years, 5 months ago (2016-07-22 18:31:24 UTC) #12
Hannes Payer (out of office)
After syncing with Charlie I removed Flickr. PTAL https://codereview.chromium.org/2168743004/diff/1/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2168743004/diff/1/tools/perf/page_sets/system_health/browsing_stories.py#newcode42 tools/perf/page_sets/system_health/browsing_stories.py:42: class ...
4 years, 4 months ago (2016-07-26 16:02:09 UTC) #13
nednguyen
Since both imgur & facebook are both about viewing photos, should we consider remove one? ...
4 years, 4 months ago (2016-07-26 18:33:43 UTC) #15
Hannes Payer (out of office)
I would prefer keeping the facebook photo browsing story. It shows interesting memory behavior in ...
4 years, 4 months ago (2016-07-27 09:04:34 UTC) #16
nednguyen
lgtm but please wait for Charlie's approval https://codereview.chromium.org/2168743004/diff/20001/tools/perf/page_sets/login_helpers/facebook_login.py File tools/perf/page_sets/login_helpers/facebook_login.py (right): https://codereview.chromium.org/2168743004/diff/20001/tools/perf/page_sets/login_helpers/facebook_login.py#newcode60 tools/perf/page_sets/login_helpers/facebook_login.py:60: 'https://m.facebook.com/login?continue=https%3A%2F%2Fm.facebook.com') On ...
4 years, 4 months ago (2016-07-27 13:58:43 UTC) #17
Hannes Payer (out of office)
Charlie, looking good from your side?
4 years, 4 months ago (2016-07-28 11:48:45 UTC) #18
Hannes Payer (out of office)
https://codereview.chromium.org/2168743004/diff/20001/tools/perf/page_sets/login_helpers/facebook_login.py File tools/perf/page_sets/login_helpers/facebook_login.py (right): https://codereview.chromium.org/2168743004/diff/20001/tools/perf/page_sets/login_helpers/facebook_login.py#newcode60 tools/perf/page_sets/login_helpers/facebook_login.py:60: 'https://m.facebook.com/login?continue=https%3A%2F%2Fm.facebook.com') On 2016/07/27 13:58:43, nednguyen wrote: > On 2016/07/27 ...
4 years, 4 months ago (2016-07-28 14:03:44 UTC) #19
charliea (OOO until 10-5)
https://codereview.chromium.org/2168743004/diff/1/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2168743004/diff/1/tools/perf/page_sets/system_health/browsing_stories.py#newcode248 tools/perf/page_sets/system_health/browsing_stories.py:248: class YoutubeMobileStory(_MediaBrowsingStory): I think it's worth noting that there ...
4 years, 4 months ago (2016-07-29 20:10:01 UTC) #20
charliea (OOO until 10-5)
lgtm w/ some comments (in addition to the above ones) If the BUG= line is ...
4 years, 4 months ago (2016-07-29 20:10:31 UTC) #21
petrcermak
Looks good overall. Here are a few comments. Thanks, Petr https://codereview.chromium.org/2168743004/diff/60001/tools/perf/page_sets/login_helpers/facebook_login.py File tools/perf/page_sets/login_helpers/facebook_login.py (right): https://codereview.chromium.org/2168743004/diff/60001/tools/perf/page_sets/login_helpers/facebook_login.py#newcode60 ...
4 years, 4 months ago (2016-08-01 11:22:30 UTC) #22
Hannes Payer (out of office)
https://codereview.chromium.org/2168743004/diff/1/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2168743004/diff/1/tools/perf/page_sets/system_health/browsing_stories.py#newcode248 tools/perf/page_sets/system_health/browsing_stories.py:248: class YoutubeMobileStory(_MediaBrowsingStory): On 2016/07/29 20:10:01, charliea wrote: > I ...
4 years, 4 months ago (2016-08-04 11:38:01 UTC) #23
petrcermak
Final comments. Two description comments: * s/Youtube/YouTube/ * add bug number please Thanks, Petr https://codereview.chromium.org/2168743004/diff/80001/tools/perf/page_sets/data/system_health_desktop.json ...
4 years, 4 months ago (2016-08-04 13:32:42 UTC) #24
Hannes Payer (out of office)
https://codereview.chromium.org/2168743004/diff/80001/tools/perf/page_sets/data/system_health_desktop.json File tools/perf/page_sets/data/system_health_desktop.json (right): https://codereview.chromium.org/2168743004/diff/80001/tools/perf/page_sets/data/system_health_desktop.json#newcode90 tools/perf/page_sets/data/system_health_desktop.json:90: "load:media:imgur" On 2016/08/04 13:32:42, petrcermak wrote: > I suggest ...
4 years, 4 months ago (2016-08-05 10:21:05 UTC) #25
petrcermak
LGTM with some final comments. I think you skipped my previous description nits (that's why ...
4 years, 4 months ago (2016-08-05 10:30:46 UTC) #26
petrcermak
https://codereview.chromium.org/2168743004/diff/100001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2168743004/diff/100001/tools/perf/page_sets/system_health/browsing_stories.py#newcode265 tools/perf/page_sets/system_health/browsing_stories.py:265: URL = 'https://m.youtube.com/watch?v=QGfhS1hfTWw&autoplay=false' On 2016/08/05 10:30:46, petrcermak wrote: > ...
4 years, 4 months ago (2016-08-05 10:32:08 UTC) #27
Hannes Payer (out of office)
Indeed, I overlooked the description comments. Fixed. https://codereview.chromium.org/2168743004/diff/100001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2168743004/diff/100001/tools/perf/page_sets/system_health/browsing_stories.py#newcode265 tools/perf/page_sets/system_health/browsing_stories.py:265: URL = ...
4 years, 4 months ago (2016-08-05 11:13:07 UTC) #30
petrcermak
LGTM with one final comment. Thanks for your patience! Petr https://codereview.chromium.org/2168743004/diff/100001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2168743004/diff/100001/tools/perf/page_sets/system_health/browsing_stories.py#newcode294 ...
4 years, 4 months ago (2016-08-08 13:52:16 UTC) #31
Hannes Payer (out of office)
https://codereview.chromium.org/2168743004/diff/100001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2168743004/diff/100001/tools/perf/page_sets/system_health/browsing_stories.py#newcode294 tools/perf/page_sets/system_health/browsing_stories.py:294: action_runner.Navigate('https://m.facebook.com/rihanna') On 2016/08/08 13:52:16, petrcermak wrote: > On 2016/08/05 ...
4 years, 4 months ago (2016-08-08 16:47:28 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2168743004/160001
4 years, 4 months ago (2016-08-08 16:47:40 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/47831) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 4 months ago (2016-08-08 16:49:32 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2168743004/180001
4 years, 4 months ago (2016-08-08 17:11:13 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/275894)
4 years, 4 months ago (2016-08-08 18:21:25 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2168743004/200001
4 years, 4 months ago (2016-08-09 08:25:15 UTC) #45
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 4 months ago (2016-08-09 09:39:09 UTC) #47
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 09:40:47 UTC) #49
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/2b3bbf6088bf4b53cb1cd3ad63e038c2a699113f
Cr-Commit-Position: refs/heads/master@{#410622}

Powered by Google App Engine
This is Rietveld 408576698