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

Issue 1387933002: Adding performance benchmark for creating imagebitmap from imagedata (Closed)

Created:
5 years, 2 months ago by xidachen
Modified:
5 years, 2 months ago
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding performance benchmark for creating imagebitmap from imagedata BUG=538253 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Committed: https://crrev.com/9f0bb323d1b080be08797b13fa77e2d6153c5800 Cr-Commit-Position: refs/heads/master@{#353785}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixing issues with function name and comments. #

Patch Set 3 : Enabling --enable-experimental-canvas-features on blink_perf #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -1 line) Patch
A third_party/WebKit/PerformanceTests/Canvas/createImageBitmapFromImageData.html View 1 1 chunk +36 lines, -0 lines 0 comments Download
M tools/perf/benchmarks/blink_perf.py View 1 2 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 36 (8 generated)
xidachen
This is the benchmark test for createImageBitmap from ImageData. Since createImageBitmap is still an experimental ...
5 years, 2 months ago (2015-10-05 20:20:32 UTC) #2
Justin Novosad
On 2015/10/05 20:20:32, xidachen wrote: > This is the benchmark test for createImageBitmap from ImageData. ...
5 years, 2 months ago (2015-10-06 02:06:32 UTC) #3
Justin Novosad
https://codereview.chromium.org/1387933002/diff/1/third_party/WebKit/PerformanceTests/Canvas/createImageBitmapFromImageData.html File third_party/WebKit/PerformanceTests/Canvas/createImageBitmapFromImageData.html (right): https://codereview.chromium.org/1387933002/diff/1/third_party/WebKit/PerformanceTests/Canvas/createImageBitmapFromImageData.html#newcode18 third_party/WebKit/PerformanceTests/Canvas/createImageBitmapFromImageData.html:18: function setImageData() { I would call this initializeImageData. https://codereview.chromium.org/1387933002/diff/1/third_party/WebKit/PerformanceTests/Canvas/createImageBitmapFromImageData.html#newcode19 ...
5 years, 2 months ago (2015-10-06 02:17:53 UTC) #4
Justin Novosad
> an ImageData, which is not to be implemented in a way that does all ...
5 years, 2 months ago (2015-10-06 02:19:17 UTC) #5
xidachen
On 2015/10/06 02:06:32, Justin Novosad wrote: > On 2015/10/05 20:20:32, xidachen wrote: > > This ...
5 years, 2 months ago (2015-10-06 02:26:05 UTC) #6
xidachen
On 2015/10/06 02:06:32, Justin Novosad wrote: > On 2015/10/05 20:20:32, xidachen wrote: > > This ...
5 years, 2 months ago (2015-10-06 13:19:15 UTC) #7
xidachen
Hi Justin, I have fixed issues with function name and added some comments. You can ...
5 years, 2 months ago (2015-10-06 13:47:30 UTC) #8
Justin Novosad
+sullivan Xida, that is great, but now you have to find the script that runs ...
5 years, 2 months ago (2015-10-08 00:40:51 UTC) #10
sullivan
On 2015/10/08 00:40:51, Justin Novosad wrote: > +sullivan > > Xida, that is great, but ...
5 years, 2 months ago (2015-10-08 03:02:23 UTC) #11
xidachen
On 2015/10/08 00:40:51, Justin Novosad wrote: > +sullivan > > Xida, that is great, but ...
5 years, 2 months ago (2015-10-08 12:30:21 UTC) #12
sullivan
On 2015/10/08 12:30:21, xidachen wrote: > On 2015/10/08 00:40:51, Justin Novosad wrote: > > +sullivan ...
5 years, 2 months ago (2015-10-08 13:39:12 UTC) #13
xidachen
On 2015/10/08 13:39:12, sullivan wrote: > On 2015/10/08 12:30:21, xidachen wrote: > > On 2015/10/08 ...
5 years, 2 months ago (2015-10-08 13:56:16 UTC) #14
sullivan
On 2015/10/08 13:56:16, xidachen wrote: > On 2015/10/08 13:39:12, sullivan wrote: > > On 2015/10/08 ...
5 years, 2 months ago (2015-10-08 14:01:28 UTC) #15
xidachen
> That's correct. If you want the perfbots to run with > --enable-experimental-canvas-features you need ...
5 years, 2 months ago (2015-10-08 15:17:57 UTC) #16
Justin Novosad
That is normal. the --browser arg is mandatory. The important thing is to modify the ...
5 years, 2 months ago (2015-10-08 16:55:17 UTC) #17
xidachen
The "--extra-browser-args=--enable-experimental-canvas-features" should be by default for all blink_perf tests. Run "tools/perf/run_benchmark --browser=default blink_perf_canvas" for ...
5 years, 2 months ago (2015-10-08 17:31:38 UTC) #18
Justin Novosad
On 2015/10/08 17:31:38, xidachen wrote: > The "--extra-browser-args=--enable-experimental-canvas-features" should be by > default for all ...
5 years, 2 months ago (2015-10-08 17:42:20 UTC) #19
chrishtr
https://codereview.chromium.org/1387933002/diff/40001/tools/perf/benchmarks/blink_perf.py File tools/perf/benchmarks/blink_perf.py (right): https://codereview.chromium.org/1387933002/diff/40001/tools/perf/benchmarks/blink_perf.py#newcode90 tools/perf/benchmarks/blink_perf.py:90: '--enable-experimental-canvas-features' This is for all perf tests? That's bad ...
5 years, 2 months ago (2015-10-08 17:59:05 UTC) #20
Justin Novosad
On 2015/10/08 17:59:05, chrishtr wrote: > https://codereview.chromium.org/1387933002/diff/40001/tools/perf/benchmarks/blink_perf.py > File tools/perf/benchmarks/blink_perf.py (right): > > https://codereview.chromium.org/1387933002/diff/40001/tools/perf/benchmarks/blink_perf.py#newcode90 > ...
5 years, 2 months ago (2015-10-08 18:10:33 UTC) #21
chrishtr
On 2015/10/08 at 18:10:33, junov wrote: > On 2015/10/08 17:59:05, chrishtr wrote: > > https://codereview.chromium.org/1387933002/diff/40001/tools/perf/benchmarks/blink_perf.py ...
5 years, 2 months ago (2015-10-08 18:13:11 UTC) #22
sullivan
lgtm blink_perf changes lgtm if we're not concerned about the affect on non-canvas blink_perf tests.
5 years, 2 months ago (2015-10-09 18:41:01 UTC) #23
xidachen
On 2015/10/08 17:42:20, Justin Novosad wrote: > On 2015/10/08 17:31:38, xidachen wrote: > > The ...
5 years, 2 months ago (2015-10-13 15:09:25 UTC) #24
xidachen
On 2015/10/08 18:13:11, chrishtr wrote: > On 2015/10/08 at 18:10:33, junov wrote: > > On ...
5 years, 2 months ago (2015-10-13 15:11:45 UTC) #25
xidachen
On 2015/10/09 18:41:01, sullivan wrote: > lgtm > > blink_perf changes lgtm if we're not ...
5 years, 2 months ago (2015-10-13 15:17:00 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1387933002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1387933002/40001
5 years, 2 months ago (2015-10-13 15:21:34 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1387933002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1387933002/40001
5 years, 2 months ago (2015-10-13 17:08:18 UTC) #34
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-13 18:05:06 UTC) #35
commit-bot: I haz the power
5 years, 2 months ago (2015-10-13 18:07:07 UTC) #36
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9f0bb323d1b080be08797b13fa77e2d6153c5800
Cr-Commit-Position: refs/heads/master@{#353785}

Powered by Google App Engine
This is Rietveld 408576698