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

Issue 2118293002: Add benchmark that imitates news reading. (Closed)

Created:
4 years, 5 months ago by ulan
Modified:
4 years, 5 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org, charliea (OOO until 10-5), rnephew (Reviews Here)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add benchmark that imitates news reading. Each story in the benchmark does the following: 1. Load the main page. 2. Open and scroll the first news item. 3. Go back to the main page and scroll it. 4. Open and scroll the second news item. 5. Go back to the main page and scroll it. 6. etc. This workflow is interesting because it is close to real world and generates a lot of garbage by creating and discarding pages. A couple of websites crash with OOM on svelte device, so by tracking and optimizing for this benchmark we can improve user experience on low-memory devices. *** NOTE TO SHERRIF *** Regressions are expected in system_health.memory_mobile and system_health.memory_desktop for the following stories: - load:news:cnn - load:social:facebook - load:news:qq - load:news:reddit - load:social:twitter If there are failing tests in form of benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.* please do not revert this CL but instead disabling failing test by adding them into the _DISABLE_TESTS list in tools/perf/benchmarks/system_health_smoke_test.py BUG=589726 CQ_INCLUDE_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq Committed: https://crrev.com/5b1847df818e5be4592e9a6ac4832350bb663023 Cr-Commit-Position: refs/heads/master@{#405212}

Patch Set 1 : x #

Patch Set 2 : x #

Patch Set 3 : x #

Patch Set 4 : x #

Patch Set 5 : tweaks #

Patch Set 6 : add desktop stories #

Patch Set 7 : tweak scrolling #

Patch Set 8 : fix comment #

Total comments: 17

Patch Set 9 : address comments #

Patch Set 10 : Move stories to system health #

Total comments: 4

Patch Set 11 : add missing browsing_stories.py #

Patch Set 12 : address comments #

Total comments: 30

Patch Set 13 : address comments #

Patch Set 14 : Use _DidLoadDocument and move facebook, twitter to social #

Patch Set 15 : add mobile qq #

Total comments: 4

Patch Set 16 : Order stories, sync with news:load, news:social, update urls #

Total comments: 1

Patch Set 17 : extract ClickLink #

Total comments: 8

Patch Set 18 : rename benchmark and story set #

Patch Set 19 : rename benchmark and story set 2 #

Total comments: 4

Patch Set 20 : record wpr #

Total comments: 10

Patch Set 21 : single_page_story => loading_story #

Patch Set 22 : git add loading_stories #

Total comments: 2

Patch Set 23 : rename benchmarks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+690 lines, -626 lines) Patch
A tools/perf/benchmarks/v8_browsing.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +93 lines, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_desktop.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +20 lines, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_desktop_000.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_desktop_001.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_desktop_002.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_desktop_003.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_desktop_004.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_mobile.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +29 lines, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_mobile_000.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_mobile_001.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_mobile_002.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_mobile_003.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_mobile_004.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_mobile_005.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_mobile_006.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/browsing_mobile_007.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M tools/perf/page_sets/data/memory_system_health_desktop.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +63 lines, -47 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_desktop_006.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_desktop_007.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_desktop_008.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_desktop_009.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_desktop_010.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_desktop_011.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_desktop_012.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M tools/perf/page_sets/data/memory_system_health_mobile.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +63 lines, -44 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_mobile_006.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_mobile_007.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_mobile_008.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_mobile_009.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_mobile_010.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_mobile_011.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_mobile_012.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/memory_system_health_mobile_013.wpr.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/system_health/browsing_stories.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +216 lines, -0 lines 0 comments Download
A + tools/perf/page_sets/system_health/loading_stories.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 15 chunks +90 lines, -124 lines 0 comments Download
A tools/perf/page_sets/system_health/platforms.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +12 lines, -0 lines 0 comments Download
M tools/perf/page_sets/system_health/single_page_stories.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -407 lines 0 comments Download
M tools/perf/page_sets/system_health/system_health_stories.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +5 lines, -4 lines 0 comments Download
A tools/perf/page_sets/system_health/system_health_story.py View 1 2 3 4 5 6 7 8 9 1 chunk +71 lines, -0 lines 0 comments Download

Messages

Total messages: 83 (29 generated)
ulan
petrcermak@, primiano@, wdyt about this benchmark? I can add it as standalone or as part ...
4 years, 5 months ago (2016-07-05 13:39:35 UTC) #7
petrcermak
Looks good overall. As I explained in my inline comments, I think that the stories ...
4 years, 5 months ago (2016-07-07 14:55:56 UTC) #13
ulan
Thank you. I address local comments and will upload a separate patch set that moves ...
4 years, 5 months ago (2016-07-07 17:34:38 UTC) #14
petrcermak
https://codereview.chromium.org/2118293002/diff/180001/tools/perf/benchmarks/news.py File tools/perf/benchmarks/news.py (right): https://codereview.chromium.org/2118293002/diff/180001/tools/perf/benchmarks/news.py#newcode17 tools/perf/benchmarks/news.py:17: _MEMORY_STATS_RE = re.compile(r'renderer_processes') On 2016/07/07 17:34:38, ulan wrote: > ...
4 years, 5 months ago (2016-07-08 09:17:53 UTC) #15
ulan
I moved the news browsing stories to system health. PTAL. Instead of using SinglePageStory I ...
4 years, 5 months ago (2016-07-08 09:50:24 UTC) #16
ulan
https://codereview.chromium.org/2118293002/diff/180001/tools/perf/benchmarks/news.py File tools/perf/benchmarks/news.py (right): https://codereview.chromium.org/2118293002/diff/180001/tools/perf/benchmarks/news.py#newcode17 tools/perf/benchmarks/news.py:17: _MEMORY_STATS_RE = re.compile(r'renderer_processes') On 2016/07/08 09:17:53, petrcermak wrote: > ...
4 years, 5 months ago (2016-07-08 09:50:57 UTC) #17
petrcermak
I really like this :-) Not sure if it was deliberate, but you haven't included ...
4 years, 5 months ago (2016-07-08 10:04:32 UTC) #18
ulan
I uploaded the missing file :) sorry about that. https://codereview.chromium.org/2118293002/diff/220001/tools/perf/page_sets/system_health/platforms.py File tools/perf/page_sets/system_health/platforms.py (right): https://codereview.chromium.org/2118293002/diff/220001/tools/perf/page_sets/system_health/platforms.py#newcode7 tools/perf/page_sets/system_health/platforms.py:7: ...
4 years, 5 months ago (2016-07-08 10:34:22 UTC) #19
ulan
https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py#newcode64 tools/perf/page_sets/system_health/browsing_stories.py:64: def RunPageInteractions(self, action_runner): This one is not calling the ...
4 years, 5 months ago (2016-07-08 10:50:55 UTC) #20
petrcermak
Looks great overall. Here are a few more comments. Thanks, Petr https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): ...
4 years, 5 months ago (2016-07-08 12:46:03 UTC) #21
nednguyen
On 2016/07/08 12:46:03, petrcermak wrote: > Looks great overall. Here are a few more comments. ...
4 years, 5 months ago (2016-07-08 12:50:47 UTC) #22
nednguyen
https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py#newcode93 tools/perf/page_sets/system_health/browsing_stories.py:93: Looks like we don't cover any non-US news pages ...
4 years, 5 months ago (2016-07-08 12:54:42 UTC) #23
sullivan
On 2016/07/08 12:50:47, nednguyen (ooo til 7-11) wrote: > On 2016/07/08 12:46:03, petrcermak wrote: > ...
4 years, 5 months ago (2016-07-08 12:58:50 UTC) #24
petrcermak
On 2016/07/08 12:50:47, nednguyen (ooo til 7-11) wrote: > Sorry for silly question but which ...
4 years, 5 months ago (2016-07-08 12:59:29 UTC) #25
Hannes Payer (out of office)
https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py#newcode93 tools/perf/page_sets/system_health/browsing_stories.py:93: On 2016/07/08 12:54:42, nednguyen (ooo til 7-11) wrote: > ...
4 years, 5 months ago (2016-07-08 13:52:55 UTC) #26
ulan
Thank you! > Also what is the running time on linux perf trybots? Ideally new ...
4 years, 5 months ago (2016-07-08 13:57:57 UTC) #27
nednguyen
https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py#newcode93 tools/perf/page_sets/system_health/browsing_stories.py:93: On 2016/07/08 13:52:54, Hannes Payer wrote: > On 2016/07/08 ...
4 years, 5 months ago (2016-07-08 14:01:35 UTC) #28
nednguyen
https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py#newcode93 tools/perf/page_sets/system_health/browsing_stories.py:93: On 2016/07/08 13:57:57, ulan wrote: > On 2016/07/08 12:54:42, ...
4 years, 5 months ago (2016-07-08 14:17:14 UTC) #30
petrcermak
https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py#newcode64 tools/perf/page_sets/system_health/browsing_stories.py:64: def RunPageInteractions(self, action_runner): On 2016/07/08 13:57:57, ulan wrote: > ...
4 years, 5 months ago (2016-07-08 15:06:28 UTC) #31
petrcermak
https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py#newcode64 tools/perf/page_sets/system_health/browsing_stories.py:64: def RunPageInteractions(self, action_runner): On 2016/07/08 13:57:57, ulan wrote: > ...
4 years, 5 months ago (2016-07-08 15:06:29 UTC) #32
ulan
https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py#newcode64 tools/perf/page_sets/system_health/browsing_stories.py:64: def RunPageInteractions(self, action_runner): On 2016/07/08 15:06:28, petrcermak wrote: > ...
4 years, 5 months ago (2016-07-08 15:40:48 UTC) #33
petrcermak
https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/260001/tools/perf/page_sets/system_health/browsing_stories.py#newcode93 tools/perf/page_sets/system_health/browsing_stories.py:93: On 2016/07/08 15:40:47, ulan wrote: > On 2016/07/08 15:06:29, ...
4 years, 5 months ago (2016-07-08 15:58:39 UTC) #34
ulan
I added mobile qq.com to the story set. This uncovered a bug in chromium which ...
4 years, 5 months ago (2016-07-11 17:42:03 UTC) #35
nednguyen
On 2016/07/11 17:42:03, ulan wrote: > I added mobile http://qq.com to the story set. This ...
4 years, 5 months ago (2016-07-11 17:43:52 UTC) #36
ulan
On 2016/07/11 17:43:52, nednguyen wrote: > On 2016/07/11 17:42:03, ulan wrote: > > I added ...
4 years, 5 months ago (2016-07-11 17:59:09 UTC) #37
petrcermak
On 2016/07/11 17:59:09, ulan wrote: > On 2016/07/11 17:43:52, nednguyen wrote: > > On 2016/07/11 ...
4 years, 5 months ago (2016-07-12 12:33:39 UTC) #38
nednguyen
On 2016/07/12 12:33:39, petrcermak wrote: > On 2016/07/11 17:59:09, ulan wrote: > > On 2016/07/11 ...
4 years, 5 months ago (2016-07-12 12:42:17 UTC) #39
petrcermak
I think that we are almost done here. Once the list of stories is finalized ...
4 years, 5 months ago (2016-07-12 12:53:19 UTC) #40
ulan
I uploaded new patch set that syncs browse stories with load stories. I am ensuring ...
4 years, 5 months ago (2016-07-12 14:05:48 UTC) #42
nednguyen
https://codereview.chromium.org/2118293002/diff/360001/tools/perf/benchmarks/news.py File tools/perf/benchmarks/news.py (right): https://codereview.chromium.org/2118293002/diff/360001/tools/perf/benchmarks/news.py#newcode80 tools/perf/benchmarks/news.py:80: class DesktopNewsBenchmark(_NewsBenchmark): Ping on considering moving these benchmarks to ...
4 years, 5 months ago (2016-07-12 14:11:16 UTC) #43
ulan
https://codereview.chromium.org/2118293002/diff/360001/tools/perf/benchmarks/news.py File tools/perf/benchmarks/news.py (right): https://codereview.chromium.org/2118293002/diff/360001/tools/perf/benchmarks/news.py#newcode80 tools/perf/benchmarks/news.py:80: class DesktopNewsBenchmark(_NewsBenchmark): On 2016/07/12 14:11:15, nednguyen wrote: > Ping ...
4 years, 5 months ago (2016-07-12 14:16:22 UTC) #44
petrcermak
I DON'T think that the new benchmark should be added to system_health.py. The reason for ...
4 years, 5 months ago (2016-07-12 15:30:55 UTC) #45
ulan
https://codereview.chromium.org/2118293002/diff/320001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/320001/tools/perf/page_sets/system_health/browsing_stories.py#newcode22 tools/perf/page_sets/system_health/browsing_stories.py:22: ITEM_SELECTOR = NotImplemented On 2016/07/12 15:30:54, petrcermak wrote: > ...
4 years, 5 months ago (2016-07-12 17:14:48 UTC) #46
nednguyen
https://codereview.chromium.org/2118293002/diff/360001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/360001/tools/perf/page_sets/system_health/browsing_stories.py#newcode197 tools/perf/page_sets/system_health/browsing_stories.py:197: class _NewsBrowsingStorySet(story.StorySet): On 2016/07/12 17:14:48, ulan wrote: > On ...
4 years, 5 months ago (2016-07-12 17:19:15 UTC) #47
petrcermak
https://codereview.chromium.org/2118293002/diff/360001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/360001/tools/perf/page_sets/system_health/browsing_stories.py#newcode197 tools/perf/page_sets/system_health/browsing_stories.py:197: class _NewsBrowsingStorySet(story.StorySet): On 2016/07/12 17:19:15, nednguyen wrote: > On ...
4 years, 5 months ago (2016-07-12 17:23:25 UTC) #48
ulan
On 2016/07/12 17:23:25, petrcermak wrote: > https://codereview.chromium.org/2118293002/diff/360001/tools/perf/page_sets/system_health/browsing_stories.py > File tools/perf/page_sets/system_health/browsing_stories.py (right): > > https://codereview.chromium.org/2118293002/diff/360001/tools/perf/page_sets/system_health/browsing_stories.py#newcode197 > ...
4 years, 5 months ago (2016-07-12 17:59:14 UTC) #49
ulan
Do changes in load:news stories look good? I am going to record wpr for browse ...
4 years, 5 months ago (2016-07-12 18:00:40 UTC) #50
petrcermak
Modified load:* stories lg2me. Thanks, Petr https://codereview.chromium.org/2118293002/diff/400001/tools/perf/benchmarks/v8_browsing.py File tools/perf/benchmarks/v8_browsing.py (right): https://codereview.chromium.org/2118293002/diff/400001/tools/perf/benchmarks/v8_browsing.py#newcode80 tools/perf/benchmarks/v8_browsing.py:80: class DesktopNewsBenchmark(_BrowsingBenchmark): This ...
4 years, 5 months ago (2016-07-12 18:07:50 UTC) #51
ulan
I uploaded wpr snapshots. Each story was recorded separately to keep the difference between recording ...
4 years, 5 months ago (2016-07-13 12:47:32 UTC) #52
nednguyen
lgtm with nits I like this new structuring a lot. Thanks for your great work! ...
4 years, 5 months ago (2016-07-13 13:10:49 UTC) #57
nednguyen
On 2016/07/13 13:10:49, nednguyen wrote: > lgtm with nits > > I like this new ...
4 years, 5 months ago (2016-07-13 13:11:23 UTC) #58
nednguyen
On 2016/07/13 13:11:23, nednguyen wrote: > On 2016/07/13 13:10:49, nednguyen wrote: > > lgtm with ...
4 years, 5 months ago (2016-07-13 13:13:01 UTC) #59
petrcermak
LGTM once Ned's comments are addressed. Thanks a lot for all the hard work! Petr ...
4 years, 5 months ago (2016-07-13 13:20:59 UTC) #60
nednguyen
https://codereview.chromium.org/2118293002/diff/420001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2118293002/diff/420001/tools/perf/page_sets/system_health/browsing_stories.py#newcode96 tools/perf/page_sets/system_health/browsing_stories.py:96: SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY On 2016/07/13 13:20:58, petrcermak wrote: > ...
4 years, 5 months ago (2016-07-13 13:26:04 UTC) #62
ulan
Yay, landing soon. Thank you all for great suggestions and comments! > Also I would ...
4 years, 5 months ago (2016-07-13 13:32:46 UTC) #63
nednguyen
https://codereview.chromium.org/2118293002/diff/420001/tools/perf/page_sets/system_health/single_page_stories.py File tools/perf/page_sets/system_health/single_page_stories.py (right): https://codereview.chromium.org/2118293002/diff/420001/tools/perf/page_sets/system_health/single_page_stories.py#newcode4 tools/perf/page_sets/system_health/single_page_stories.py:4: On 2016/07/13 13:32:46, ulan wrote: > On 2016/07/13 13:20:58, ...
4 years, 5 months ago (2016-07-13 13:34:39 UTC) #64
ulan
On 2016/07/13 13:34:39, nednguyen wrote: > https://codereview.chromium.org/2118293002/diff/420001/tools/perf/page_sets/system_health/single_page_stories.py > File tools/perf/page_sets/system_health/single_page_stories.py (right): > > https://codereview.chromium.org/2118293002/diff/420001/tools/perf/page_sets/system_health/single_page_stories.py#newcode4 > ...
4 years, 5 months ago (2016-07-13 13:35:50 UTC) #65
petrcermak
LGTM with one more comment. Let's do this! Thanks, Petr https://codereview.chromium.org/2118293002/diff/460001/tools/perf/benchmarks/v8_browsing.py File tools/perf/benchmarks/v8_browsing.py (right): https://codereview.chromium.org/2118293002/diff/460001/tools/perf/benchmarks/v8_browsing.py#newcode31 ...
4 years, 5 months ago (2016-07-13 15:03:28 UTC) #72
ulan
https://codereview.chromium.org/2118293002/diff/460001/tools/perf/benchmarks/v8_browsing.py File tools/perf/benchmarks/v8_browsing.py (right): https://codereview.chromium.org/2118293002/diff/460001/tools/perf/benchmarks/v8_browsing.py#newcode31 tools/perf/benchmarks/v8_browsing.py:31: class _BrowsingBenchmark(perf_benchmark.PerfBenchmark): On 2016/07/13 15:03:27, petrcermak wrote: > I ...
4 years, 5 months ago (2016-07-13 15:30:31 UTC) #73
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/2118293002/480001
4 years, 5 months ago (2016-07-13 15:31:51 UTC) #76
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and ...
4 years, 5 months ago (2016-07-13 15:31:54 UTC) #77
commit-bot: I haz the power
Committed patchset #23 (id:480001)
4 years, 5 months ago (2016-07-13 17:38:18 UTC) #80
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 17:38:48 UTC) #81
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 17:39:42 UTC) #83
Message was sent while issue was closed.
Patchset 23 (id:??) landed as
https://crrev.com/5b1847df818e5be4592e9a6ac4832350bb663023
Cr-Commit-Position: refs/heads/master@{#405212}

Powered by Google App Engine
This is Rietveld 408576698