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

Issue 2092563002: Set up field trials for SSL read/write buffer sizes. (Closed)

Created:
4 years, 6 months ago by mmenke
Modified:
4 years, 5 months ago
Reviewers:
jwd, davidben
CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set up field trials for SSL read/write buffer sizes. These buffers can add up pretty quickly on memory constrained Android devices. Also add a histogram for performance of large uploads. We don't seem to have any metric aimed at upload performance, and want to protect ourselves against a significant regression that only affects upload performance. BUG=524258 Committed: https://crrev.com/1beda3d241618e0a114cd1a238f453de807948f5 Cr-Commit-Position: refs/heads/master@{#407028}

Patch Set 1 #

Total comments: 2

Patch Set 2 : K -> k #

Patch Set 3 : Fix typo #

Total comments: 8

Patch Set 4 : Update comment #

Patch Set 5 : Merge #

Patch Set 6 : Fix NACL, merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -3 lines) Patch
M net/socket/ssl_client_socket_impl.cc View 1 2 3 4 5 3 chunks +29 lines, -3 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 51 (25 generated)
mmenke
It looks to me like we do put field trial code directly in net/, or ...
4 years, 5 months ago (2016-06-27 15:17:04 UTC) #2
davidben
lgtm https://codereview.chromium.org/2092563002/diff/1/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2092563002/diff/1/net/socket/ssl_client_socket_impl.cc#newcode939 net/socket/ssl_client_socket_impl.cc:939: send_buffer_size = KDefaultOpenSSLBufferSize; (Haha. While you're here, do ...
4 years, 5 months ago (2016-06-27 18:31:48 UTC) #3
mmenke
[+jwd]: Please review histograms.xml, thanks! https://codereview.chromium.org/2092563002/diff/1/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2092563002/diff/1/net/socket/ssl_client_socket_impl.cc#newcode939 net/socket/ssl_client_socket_impl.cc:939: send_buffer_size = KDefaultOpenSSLBufferSize; On ...
4 years, 5 months ago (2016-06-27 20:01:06 UTC) #5
jwd
https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc#newcode938 net/socket/ssl_client_socket_impl.cc:938: &send_buffer_size)) { I'd prefer you use variation params instead ...
4 years, 5 months ago (2016-06-28 15:35:12 UTC) #6
mmenke
Thanks for the feedback, jwd! https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc#newcode938 net/socket/ssl_client_socket_impl.cc:938: &send_buffer_size)) { On 2016/06/28 ...
4 years, 5 months ago (2016-06-28 18:47:21 UTC) #7
mmenke
https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc#newcode938 net/socket/ssl_client_socket_impl.cc:938: &send_buffer_size)) { On 2016/06/28 18:47:21, mmenke wrote: > On ...
4 years, 5 months ago (2016-06-28 18:47:59 UTC) #8
jwd
lgtm https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc#newcode938 net/socket/ssl_client_socket_impl.cc:938: &send_buffer_size)) { On 2016/06/28 18:47:59, mmenke wrote: > ...
4 years, 5 months ago (2016-06-28 19:05:16 UTC) #9
mmenke
https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc#newcode938 net/socket/ssl_client_socket_impl.cc:938: &send_buffer_size)) { On 2016/06/28 19:05:16, jwd wrote: > On ...
4 years, 5 months ago (2016-06-28 19:18:24 UTC) #10
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/2092563002/60001
4 years, 5 months ago (2016-06-28 19:21:02 UTC) #13
jwd
https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2092563002/diff/40001/net/socket/ssl_client_socket_impl.cc#newcode938 net/socket/ssl_client_socket_impl.cc:938: &send_buffer_size)) { On 2016/06/28 19:18:23, mmenke wrote: > On ...
4 years, 5 months ago (2016-06-28 19:23:22 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193233)
4 years, 5 months ago (2016-06-28 19:46:54 UTC) #16
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/2092563002/60001
4 years, 5 months ago (2016-06-28 19:50:49 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193246)
4 years, 5 months ago (2016-06-28 20:08:51 UTC) #20
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/2092563002/60001
4 years, 5 months ago (2016-06-28 20:17:28 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193300)
4 years, 5 months ago (2016-06-28 21:04:11 UTC) #24
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/2092563002/60001
4 years, 5 months ago (2016-06-28 21:07:07 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193354)
4 years, 5 months ago (2016-06-28 21:48:23 UTC) #28
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/2092563002/60001
4 years, 5 months ago (2016-06-29 21:35:22 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/194273)
4 years, 5 months ago (2016-06-29 22:21:39 UTC) #32
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/2092563002/80001
4 years, 5 months ago (2016-07-12 19:29:47 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/200196)
4 years, 5 months ago (2016-07-12 22:07:54 UTC) #37
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/2092563002/100001
4 years, 5 months ago (2016-07-21 21:40:01 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/108576)
4 years, 5 months ago (2016-07-22 02:36:30 UTC) #46
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/2092563002/100001
4 years, 5 months ago (2016-07-22 02:47:25 UTC) #48
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-22 03:34:00 UTC) #49
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 03:36:01 UTC) #51
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/1beda3d241618e0a114cd1a238f453de807948f5
Cr-Commit-Position: refs/heads/master@{#407028}

Powered by Google App Engine
This is Rietveld 408576698