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

Issue 2354243004: Add 1 second delay before gestures in smoothness.top_25_smooth (Closed)

Created:
4 years, 3 months ago by jbauman
Modified:
4 years, 2 months ago
Reviewers:
sullivan, tdresser, vmiura
CC:
chromium-reviews, telemetry-reviews_chromium.org, ericrk
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add 1 second delay before gestures in smoothness.top_25_smooth With GPU rasterization there's a one-time startup cost of doing shader compiles for skia. The tests were starting their gestures almost immediately after load, so they were sometimes forced to wait for the shader compiles to happen before the first gesture. This test was intended to test scrolling smoothness, not time to first paint, so adding a delay makes them more consistent. In the real world these shaders are most likely cached on disk or in memory, so any load after the browser was running a while should be better. BUG=648644 Committed: https://crrev.com/7ac9b1b7052cc76fa7b3fef51d2dc447f55991d3 Cr-Commit-Position: refs/heads/master@{#423886}

Patch Set 1 #

Patch Set 2 : CL for src perf tryjob to run smoothness.top_25_smooth benchmark on winx64-zen platform(s) #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M tools/perf/page_sets/top_25_smooth.py View 6 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
jbauman
CL for src perf tryjob to run smoothness.top_25_smooth benchmark on winx64-zen platform(s)
4 years, 2 months ago (2016-09-29 21:12:36 UTC) #1
jbauman
4 years, 2 months ago (2016-09-30 20:06:52 UTC) #8
sullivan
Adding test owner vmiura and tdresser from input: is this okay with you?
4 years, 2 months ago (2016-09-30 20:23:56 UTC) #10
tdresser
If I understand correctly, the cost that we're avoiding here will be paid in other ...
4 years, 2 months ago (2016-09-30 20:26:59 UTC) #11
jbauman
On 2016/09/30 20:26:59, tdresser wrote: > If I understand correctly, the cost that we're avoiding ...
4 years, 2 months ago (2016-09-30 22:21:26 UTC) #12
vmiura
On 2016/09/30 22:21:26, jbauman wrote: > On 2016/09/30 20:26:59, tdresser wrote: > > If I ...
4 years, 2 months ago (2016-10-04 23:59:45 UTC) #13
jbauman
sullivan@: OWNERS review?
4 years, 2 months ago (2016-10-07 00:31:07 UTC) #14
sullivan
lgtm
4 years, 2 months ago (2016-10-07 11:46:52 UTC) #15
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/2354243004/40001
4 years, 2 months ago (2016-10-07 15:46:32 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-07 16:51:34 UTC) #19
commit-bot: I haz the power
4 years, 2 months ago (2016-10-07 16:53:52 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7ac9b1b7052cc76fa7b3fef51d2dc447f55991d3
Cr-Commit-Position: refs/heads/master@{#423886}

Powered by Google App Engine
This is Rietveld 408576698