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

Issue 2651623005: [tools/perf] Create a list of tags for system_health_story (Closed)

Created:
3 years, 11 months ago by nednguyen
Modified:
3 years, 10 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[tools/perf] Create a list of tags for system_health_story BUG= Review-Url: https://codereview.chromium.org/2651623005 Cr-Commit-Position: refs/heads/master@{#448026} Committed: https://chromium.googlesource.com/chromium/src/+/6a67824709b57582fc3957f25b5abad81a90a324

Patch Set 1 #

Total comments: 22

Patch Set 2 : Address review comments #

Total comments: 16

Patch Set 3 : Address review comments #

Patch Set 4 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -1 line) Patch
A tools/perf/page_sets/system_health/story_tags.py View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
M tools/perf/page_sets/system_health/system_health_story.py View 1 2 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 26 (12 generated)
nednguyen
3 years, 11 months ago (2017-01-24 17:00:56 UTC) #2
nednguyen
https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_tags.py File tools/perf/page_sets/system_health/system_health_tags.py (right): https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_tags.py#newcode3 tools/perf/page_sets/system_health/system_health_tags.py:3: # found in the LICENSE file. Note that I ...
3 years, 11 months ago (2017-01-24 17:59:01 UTC) #3
rnephew (Reviews Here)
lgtm with a nit and 2 suggestions. https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_tags.py File tools/perf/page_sets/system_health/system_health_tags.py (right): https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_tags.py#newcode3 tools/perf/page_sets/system_health/system_health_tags.py:3: # found ...
3 years, 11 months ago (2017-01-24 18:23:09 UTC) #4
perezju
https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_story.py File tools/perf/page_sets/system_health/system_health_story.py (right): https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_story.py#newcode77 tools/perf/page_sets/system_health/system_health_story.py:77: tags.append(t) High level question, as a benchmark writer you ...
3 years, 11 months ago (2017-01-24 19:50:05 UTC) #5
charliea (OOO until 10-5)
https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_story.py File tools/perf/page_sets/system_health/system_health_story.py (right): https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_story.py#newcode73 tools/perf/page_sets/system_health/system_health_story.py:73: tags = [] Why build up tags? Can't we ...
3 years, 11 months ago (2017-01-24 23:00:05 UTC) #6
perezju
https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_tags.py File tools/perf/page_sets/system_health/system_health_tags.py (right): https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_tags.py#newcode22 tools/perf/page_sets/system_health/system_health_tags.py:22: 'audio-playing', 'Stories with this tag have audio playing') On ...
3 years, 11 months ago (2017-01-25 00:06:45 UTC) #7
nednguyen
https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_story.py File tools/perf/page_sets/system_health/system_health_story.py (right): https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_story.py#newcode73 tools/perf/page_sets/system_health/system_health_story.py:73: tags = [] On 2017/01/24 23:00:05, charliea (OOOish - ...
3 years, 10 months ago (2017-02-03 15:02:43 UTC) #8
perezju
https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_story.py File tools/perf/page_sets/system_health/system_health_story.py (right): https://codereview.chromium.org/2651623005/diff/1/tools/perf/page_sets/system_health/system_health_story.py#newcode77 tools/perf/page_sets/system_health/system_health_story.py:77: tags.append(t) On 2017/02/03 15:02:42, nednguyen wrote: > On 2017/01/24 ...
3 years, 10 months ago (2017-02-03 15:52:22 UTC) #11
nednguyen
https://codereview.chromium.org/2651623005/diff/20001/tools/perf/page_sets/system_health/story_tags.py File tools/perf/page_sets/system_health/story_tags.py (right): https://codereview.chromium.org/2651623005/diff/20001/tools/perf/page_sets/system_health/story_tags.py#newcode8 tools/perf/page_sets/system_health/story_tags.py:8: class TagInfo(object): On 2017/02/03 15:52:21, perezju wrote: > why ...
3 years, 10 months ago (2017-02-03 16:07:55 UTC) #14
perezju
https://codereview.chromium.org/2651623005/diff/20001/tools/perf/page_sets/system_health/story_tags.py File tools/perf/page_sets/system_health/story_tags.py (right): https://codereview.chromium.org/2651623005/diff/20001/tools/perf/page_sets/system_health/story_tags.py#newcode8 tools/perf/page_sets/system_health/story_tags.py:8: class TagInfo(object): On 2017/02/03 16:07:55, nednguyen wrote: > On ...
3 years, 10 months ago (2017-02-03 16:35:30 UTC) #15
nednguyen
https://codereview.chromium.org/2651623005/diff/20001/tools/perf/page_sets/system_health/story_tags.py File tools/perf/page_sets/system_health/story_tags.py (right): https://codereview.chromium.org/2651623005/diff/20001/tools/perf/page_sets/system_health/story_tags.py#newcode8 tools/perf/page_sets/system_health/story_tags.py:8: class TagInfo(object): On 2017/02/03 16:35:29, perezju wrote: > On ...
3 years, 10 months ago (2017-02-03 17:09:07 UTC) #18
perezju
lgtm, thanks!
3 years, 10 months ago (2017-02-03 17:12:14 UTC) #19
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/2651623005/60001
3 years, 10 months ago (2017-02-03 17:19:19 UTC) #23
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 18:10:36 UTC) #26
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/6a67824709b57582fc3957f25b5a...

Powered by Google App Engine
This is Rietveld 408576698