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

Issue 2148843002: [system-health] Add full Google Search story to the System Health story sets (Closed)

Created:
4 years, 5 months ago by petrcermak
Modified:
4 years, 5 months ago
Reviewers:
nednguyen
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 Google Search browsing story to the System Health story sets This patch adds a single 'search:portal' story (both desktop and mobile) which does the following: 1. Open google.co.uk. 2. Type 'what is science' and hit return. 3. Scroll down to the Wikipedia result. 4. Click on the Wikipedia result and wait until it loads. This is a prototype of the SH stories with same origin and cross-origin navigtation (see https://docs.google.com/spreadsheets/d/1t15Ya5ssYBeXAZhHm3RJqfwBRpgWsxoib8_kwQEHMwI/#gid=712129109). Equivalent stories for other search pages (Baidu, Yahoo, Amazon, ...) will follow shortly (in subsequent CLs). BUG=589726 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq Committed: https://crrev.com/d6d935821c3afc9c0ce21e2a74a5411b59cb3c66 Cr-Commit-Position: refs/heads/master@{#407225}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Move to browsing_stories.py #

Patch Set 3 : Move back to searching_stories.py & rebase #

Total comments: 5

Patch Set 4 : Final changes #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -3 lines) Patch
M tools/perf/page_sets/data/system_health_desktop.json View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
A tools/perf/page_sets/data/system_health_desktop_022.wpr.sha1 View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tools/perf/page_sets/data/system_health_mobile.json View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
A tools/perf/page_sets/data/system_health_mobile_028.wpr.sha1 View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tools/perf/page_sets/system_health/loading_stories.py View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
A tools/perf/page_sets/system_health/searching_stories.py View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (19 generated)
petrcermak
PTAL. Thanks, Petr https://codereview.chromium.org/2148843002/diff/1/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/2148843002/diff/1/tools/perf/page_sets/system_health/single_page_stories.py#newcode92 tools/perf/page_sets/system_health/single_page_stories.py:92: class SearchGoogleStory(_SinglePageStory): I'll move this to ...
4 years, 5 months ago (2016-07-13 15:47:16 UTC) #2
nednguyen
https://codereview.chromium.org/2148843002/diff/1/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/2148843002/diff/1/tools/perf/page_sets/system_health/single_page_stories.py#newcode93 tools/perf/page_sets/system_health/single_page_stories.py:93: NAME = 'search:search:google' On 2016/07/13 15:47:15, petrcermak wrote: > ...
4 years, 5 months ago (2016-07-13 16:03:24 UTC) #3
petrcermak
PTAL. Thanks, Petr https://codereview.chromium.org/2148843002/diff/1/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/2148843002/diff/1/tools/perf/page_sets/system_health/single_page_stories.py#newcode93 tools/perf/page_sets/system_health/single_page_stories.py:93: NAME = 'search:search:google' On 2016/07/13 16:03:24, ...
4 years, 5 months ago (2016-07-14 13:20:16 UTC) #6
nednguyen
https://codereview.chromium.org/2148843002/diff/1/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/2148843002/diff/1/tools/perf/page_sets/system_health/single_page_stories.py#newcode93 tools/perf/page_sets/system_health/single_page_stories.py:93: NAME = 'search:search:google' On 2016/07/13 at 16:03:24, nednguyen wrote: ...
4 years, 5 months ago (2016-07-14 13:25:17 UTC) #9
petrcermak
On 2016/07/14 13:25:17, nednguyen wrote: > Now that I know search is a major activity ...
4 years, 5 months ago (2016-07-19 14:26:17 UTC) #10
nednguyen
On 2016/07/19 14:26:17, petrcermak wrote: > On 2016/07/14 13:25:17, nednguyen wrote: > > Now that ...
4 years, 5 months ago (2016-07-20 12:48:41 UTC) #11
nednguyen
https://codereview.chromium.org/2148843002/diff/40001/tools/perf/page_sets/system_health/loading_stories.py File tools/perf/page_sets/system_health/loading_stories.py (right): https://codereview.chromium.org/2148843002/diff/40001/tools/perf/page_sets/system_health/loading_stories.py#newcode24 tools/perf/page_sets/system_health/loading_stories.py:24: URL = 'https://www.google.co.uk/' Is this rebase error? https://codereview.chromium.org/2148843002/diff/40001/tools/perf/page_sets/system_health/searching_stories.py File ...
4 years, 5 months ago (2016-07-20 16:02:03 UTC) #12
petrcermak
On 2016/07/20 12:48:41, nednguyen wrote: > The current 3 parts naming scheme is nice, I ...
4 years, 5 months ago (2016-07-20 19:08:21 UTC) #13
nednguyen
lgtm
4 years, 5 months ago (2016-07-20 20:43:44 UTC) #14
nednguyen
https://codereview.chromium.org/2148843002/diff/40001/tools/perf/page_sets/system_health/searching_stories.py File tools/perf/page_sets/system_health/searching_stories.py (right): https://codereview.chromium.org/2148843002/diff/40001/tools/perf/page_sets/system_health/searching_stories.py#newcode9 tools/perf/page_sets/system_health/searching_stories.py:9: NAME = 'search:search:google' search:portal:google?
4 years, 5 months ago (2016-07-20 20:44:25 UTC) #15
petrcermak
https://codereview.chromium.org/2148843002/diff/40001/tools/perf/page_sets/system_health/searching_stories.py File tools/perf/page_sets/system_health/searching_stories.py (right): https://codereview.chromium.org/2148843002/diff/40001/tools/perf/page_sets/system_health/searching_stories.py#newcode9 tools/perf/page_sets/system_health/searching_stories.py:9: NAME = 'search:search:google' On 2016/07/20 20:44:25, nednguyen wrote: > ...
4 years, 5 months ago (2016-07-22 16:16:25 UTC) #16
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/2148843002/60001
4 years, 5 months ago (2016-07-22 16:18:54 UTC) #23
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/2148843002/60001
4 years, 5 months ago (2016-07-22 16:20:40 UTC) #27
commit-bot: I haz the power
Failed to apply patch for tools/perf/page_sets/data/system_health_mobile.json: While running git apply --index -3 -p1; error: patch ...
4 years, 5 months ago (2016-07-22 17:12:40 UTC) #29
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/2148843002/80001
4 years, 5 months ago (2016-07-22 17:20:26 UTC) #32
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-22 19:12:23 UTC) #34
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/d6d935821c3afc9c0ce21e2a74a5411b59cb3c66 Cr-Commit-Position: refs/heads/master@{#407225}
4 years, 5 months ago (2016-07-22 19:13:38 UTC) #36
Mark P
4 years, 5 months ago (2016-07-22 20:48:19 UTC) #37
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2173943003/ by mpearson@chromium.org.

The reason for reverting is: 
I see a failure for
benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.search:portal:google
on
https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%2...

This is obviously related.

Only one run with this patch has been completed thus far.  Either this change
caused the failure or, even if not, this change has caused this test to become
flaky (I don't see any failures before this).
.

Powered by Google App Engine
This is Rietveld 408576698