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

Issue 2960933002: tools/benchmarks: Fix failures in image decoding measurements. (Closed)

Created:
3 years, 5 months ago by Khushal
Modified:
3 years, 5 months ago
Reviewers:
nednguyen, cblume, piman
CC:
chromium-reviews, jam, cc-bugs_chromium.org, darin-cc_chromium.org, telemetry-reviews_chromium.org, piman+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

tools/benchmarks: Fix failures in image decoding measurements. The test page uses requestAnimationFrames as a signal to rely on an image decode completing after it has been painted by blink, which is precisely what checker-imaging would avoid, i.e., blocking pushing frames from blink on an image decode. Since these tests solely want to measure the decode performance, disable the feature for them. BUG=736793 R=piman@chromium.org,nednguyen@google.com CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2960933002 Cr-Commit-Position: refs/heads/master@{#483254} Committed: https://chromium.googlesource.com/chromium/src/+/83e99d0e9ce163a5b78e67d17768ed9034721ef4

Patch Set 1 #

Total comments: 5

Patch Set 2 : .. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M cc/base/switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/base/switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/gpu/compositor_util.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/perf/benchmarks/image_decoding.py View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (13 generated)
Khushal
3 years, 5 months ago (2017-06-27 22:53:13 UTC) #6
nednguyen
On 2017/06/27 22:53:13, Khushal wrote: Chris is working on overhaul the image decoder benchmark, so ...
3 years, 5 months ago (2017-06-27 23:32:12 UTC) #9
piman
lgtm
3 years, 5 months ago (2017-06-28 18:35:34 UTC) #10
cblume
Non-owner LGTM https://codereview.chromium.org/2960933002/diff/1/content/browser/gpu/compositor_util.cc File content/browser/gpu/compositor_util.cc (right): https://codereview.chromium.org/2960933002/diff/1/content/browser/gpu/compositor_util.cc#newcode291 content/browser/gpu/compositor_util.cc:291: if (base::CommandLine::ForCurrentProcess()->HasSwitch( Just to make sure I ...
3 years, 5 months ago (2017-06-28 19:17:27 UTC) #11
nednguyen
lgtm
3 years, 5 months ago (2017-06-28 19:18:25 UTC) #12
nednguyen
https://codereview.chromium.org/2960933002/diff/1/tools/perf/benchmarks/image_decoding.py File tools/perf/benchmarks/image_decoding.py (right): https://codereview.chromium.org/2960933002/diff/1/tools/perf/benchmarks/image_decoding.py#newcode35 tools/perf/benchmarks/image_decoding.py:35: '--disable-checker-imaging' Chris: I hope the overhauled version of image ...
3 years, 5 months ago (2017-06-28 19:28:11 UTC) #13
Khushal
https://codereview.chromium.org/2960933002/diff/1/content/browser/gpu/compositor_util.cc File content/browser/gpu/compositor_util.cc (right): https://codereview.chromium.org/2960933002/diff/1/content/browser/gpu/compositor_util.cc#newcode291 content/browser/gpu/compositor_util.cc:291: if (base::CommandLine::ForCurrentProcess()->HasSwitch( On 2017/06/28 19:17:26, cblume wrote: > Just ...
3 years, 5 months ago (2017-06-28 20:29:56 UTC) #14
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/2960933002/1
3 years, 5 months ago (2017-06-28 20:30:25 UTC) #16
cblume
https://codereview.chromium.org/2960933002/diff/1/tools/perf/benchmarks/image_decoding.py File tools/perf/benchmarks/image_decoding.py (right): https://codereview.chromium.org/2960933002/diff/1/tools/perf/benchmarks/image_decoding.py#newcode35 tools/perf/benchmarks/image_decoding.py:35: '--disable-checker-imaging' On 2017/06/28 20:29:55, Khushal wrote: > On 2017/06/28 ...
3 years, 5 months ago (2017-06-28 21:15:28 UTC) #17
cblume
Oh also.... Once the Finch experiment is done, we presumably plan to not have the ...
3 years, 5 months ago (2017-06-28 21:22:03 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/478486)
3 years, 5 months ago (2017-06-28 22:02:30 UTC) #20
Khushal
On 2017/06/28 21:22:03, cblume wrote: > Oh also.... > > Once the Finch experiment is ...
3 years, 5 months ago (2017-06-28 22:11:43 UTC) #21
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/2960933002/20001
3 years, 5 months ago (2017-06-29 00:03:59 UTC) #24
commit-bot: I haz the power
3 years, 5 months ago (2017-06-29 01:59:23 UTC) #27
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/83e99d0e9ce163a5b78e67d17768...

Powered by Google App Engine
This is Rietveld 408576698