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

Issue 2926633002: Explicitly setting story names for all smoothness benchmarks (Closed)

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

Description

Explicitly setting story names for all smoothness benchmarks BUG=chromium:720002 Review-Url: https://codereview.chromium.org/2926633002 Cr-Commit-Position: refs/heads/master@{#478284} Committed: https://chromium.googlesource.com/chromium/src/+/11ffc63960b436ad6a73fcbd1d1621188be057b9

Patch Set 1 #

Patch Set 2 : Explicitly setting story names for all smoothness benchmarks #

Patch Set 3 : Explicitly setting story names for all smoothness benchmarks #

Total comments: 11

Patch Set 4 : Explicitly setting story names for all smoothness benchmarks #

Patch Set 5 : Explicitly setting story names for all smoothness benchmarks #

Total comments: 3

Patch Set 6 : Explicitly setting story names for all smoothness benchmarks #

Patch Set 7 : Explicitly setting story names for all smoothness benchmarks #

Total comments: 6

Patch Set 8 : Explicitly setting story names for all smoothness benchmarks #

Patch Set 9 : Explicitly setting story names for all smoothness benchmarks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -46 lines) Patch
M tools/perf/page_sets/image_decoding_cases.py View 1 2 3 4 5 6 7 2 chunks +7 lines, -6 lines 0 comments Download
M tools/perf/page_sets/key_desktop_move_cases.py View 2 chunks +4 lines, -1 line 0 comments Download
M tools/perf/page_sets/key_mobile_sites_smooth.py View 2 chunks +4 lines, -1 line 0 comments Download
M tools/perf/page_sets/maps.py View 1 2 3 4 5 6 2 chunks +6 lines, -3 lines 0 comments Download
M tools/perf/page_sets/pathological_mobile_sites.py View 2 chunks +4 lines, -2 lines 0 comments Download
M tools/perf/page_sets/simple_mobile_sites.py View 2 chunks +4 lines, -2 lines 0 comments Download
M tools/perf/page_sets/top_25_smooth.py View 1 2 chunks +4 lines, -1 line 0 comments Download
M tools/perf/page_sets/tough_ad_cases.py View 5 chunks +13 lines, -5 lines 0 comments Download
M tools/perf/page_sets/tough_animation_cases.py View 2 chunks +4 lines, -2 lines 0 comments Download
M tools/perf/page_sets/tough_canvas_cases.py View 2 chunks +7 lines, -2 lines 0 comments Download
M tools/perf/page_sets/tough_filters_cases.py View 1 2 3 4 5 6 7 8 2 chunks +16 lines, -11 lines 0 comments Download
M tools/perf/page_sets/tough_image_decode_cases.py View 1 chunk +2 lines, -1 line 0 comments Download
M tools/perf/page_sets/tough_path_rendering_cases.py View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -3 lines 0 comments Download
M tools/perf/page_sets/tough_pinch_zoom_cases.py View 2 chunks +4 lines, -1 line 0 comments Download
M tools/perf/page_sets/tough_scrolling_cases.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_texture_upload_cases.py View 2 chunks +3 lines, -2 lines 0 comments Download
M tools/perf/page_sets/tough_webgl_cases.py View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (15 generated)
ashleymarie1
3 years, 6 months ago (2017-06-06 19:40:53 UTC) #2
Ken Russell (switch to Gerrit)
webgl cases lgtm
3 years, 6 months ago (2017-06-06 19:59:22 UTC) #9
nednguyen
On 2017/06/06 19:59:22, Ken Russell wrote: > webgl cases lgtm lgtm
3 years, 6 months ago (2017-06-06 19:59:50 UTC) #10
cblume
https://codereview.chromium.org/2926633002/diff/40001/tools/perf/page_sets/image_decoding_cases.py File tools/perf/page_sets/image_decoding_cases.py (right): https://codereview.chromium.org/2926633002/diff/40001/tools/perf/page_sets/image_decoding_cases.py#newcode29 tools/perf/page_sets/image_decoding_cases.py:29: self.AddStory(ImageDecodingCasesPage(url, self, name='yuv_decoding.html')) The only url in the urls_list ...
3 years, 6 months ago (2017-06-06 20:10:59 UTC) #11
bokan
Just a comment but no need to wait on my approval if telemetry OWNERs have ...
3 years, 6 months ago (2017-06-06 20:12:10 UTC) #12
ashleymarie1
https://codereview.chromium.org/2926633002/diff/40001/tools/perf/page_sets/image_decoding_cases.py File tools/perf/page_sets/image_decoding_cases.py (right): https://codereview.chromium.org/2926633002/diff/40001/tools/perf/page_sets/image_decoding_cases.py#newcode29 tools/perf/page_sets/image_decoding_cases.py:29: self.AddStory(ImageDecodingCasesPage(url, self, name='yuv_decoding.html')) On 2017/06/06 20:10:58, cblume wrote: > ...
3 years, 6 months ago (2017-06-06 20:35:01 UTC) #13
bokan
touch_pinch_zoom_cases lgtm https://codereview.chromium.org/2926633002/diff/80001/tools/perf/page_sets/tough_pinch_zoom_cases.py File tools/perf/page_sets/tough_pinch_zoom_cases.py (right): https://codereview.chromium.org/2926633002/diff/80001/tools/perf/page_sets/tough_pinch_zoom_cases.py#newcode13 tools/perf/page_sets/tough_pinch_zoom_cases.py:13: name = url On 2017/06/06 20:35:00, ashleymarie1 ...
3 years, 6 months ago (2017-06-06 20:45:08 UTC) #14
cblume
non-owner LGTM https://codereview.chromium.org/2926633002/diff/40001/tools/perf/page_sets/key_desktop_move_cases.py File tools/perf/page_sets/key_desktop_move_cases.py (right): https://codereview.chromium.org/2926633002/diff/40001/tools/perf/page_sets/key_desktop_move_cases.py#newcode125 tools/perf/page_sets/key_desktop_move_cases.py:125: self.AddStory(GoogleMapsPage(self)) On 2017/06/06 20:35:00, ashleymarie1 wrote: > ...
3 years, 6 months ago (2017-06-06 21:07:17 UTC) #15
Justin Novosad
canvas cases lgtm
3 years, 6 months ago (2017-06-06 21:32:26 UTC) #16
alancutter (OOO until 2018)
tough_animation_cases rs lgtm.
3 years, 6 months ago (2017-06-07 07:32:19 UTC) #20
Sami
rs lgtm.
3 years, 6 months ago (2017-06-07 09:55:05 UTC) #21
Stephen White
https://codereview.chromium.org/2926633002/diff/120001/tools/perf/page_sets/tough_filters_cases.py File tools/perf/page_sets/tough_filters_cases.py (right): https://codereview.chromium.org/2926633002/diff/120001/tools/perf/page_sets/tough_filters_cases.py#newcode54 tools/perf/page_sets/tough_filters_cases.py:54: self.AddStory(PirateMarkPage(pirate_url, self, name=pirate_url)) This one is pretty stable. Would ...
3 years, 6 months ago (2017-06-07 13:29:30 UTC) #23
ashleymarie1
https://codereview.chromium.org/2926633002/diff/120001/tools/perf/page_sets/image_decoding_cases.py File tools/perf/page_sets/image_decoding_cases.py (right): https://codereview.chromium.org/2926633002/diff/120001/tools/perf/page_sets/image_decoding_cases.py#newcode29 tools/perf/page_sets/image_decoding_cases.py:29: self.AddStory(ImageDecodingCasesPage(url, self, name=name)) On 2017/06/06 21:07:16, cblume wrote: > ...
3 years, 6 months ago (2017-06-07 20:52:52 UTC) #24
Stephen White
filters and path_rendering LGTM Thanks for the new names!
3 years, 6 months ago (2017-06-07 21:08:20 UTC) #25
Rick Byers
RS LGTM
3 years, 6 months ago (2017-06-09 01:02:29 UTC) #26
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/2926633002/160001
3 years, 6 months ago (2017-06-09 13:38:01 UTC) #29
commit-bot: I haz the power
3 years, 6 months ago (2017-06-09 15:25:15 UTC) #32
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/11ffc63960b436ad6a73fcbd1d16...

Powered by Google App Engine
This is Rietveld 408576698