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

Issue 191383003: First cut of chrome-proxy (data reduction proxy) measurements. (Closed)

Created:
6 years, 9 months ago by bolian
Modified:
6 years, 8 months ago
Reviewers:
cmp, bengr, tonyg
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org, klundberg
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

First cut of chrome-proxy (data reduction proxy) measurements. BUG=320748 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260431

Patch Set 1 #

Patch Set 2 : . #

Total comments: 32

Patch Set 3 : addressed comments (split out separate CLs, etc) #

Patch Set 4 : Added unit tests for network and chrome_proxy metrics. #

Patch Set 5 : . #

Total comments: 6

Patch Set 6 : Factor out loading.py change and network.py; metric_unittest.py renaming. #

Patch Set 7 : . #

Patch Set 8 : change ref head. #

Patch Set 9 : moved out test_page_measurement_results.py to network.py CL. #

Total comments: 14

Patch Set 10 : Addressed comments. #

Patch Set 11 : fix private member access in tests. #

Patch Set 12 : fix rebasing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+553 lines, -0 lines) Patch
A tools/perf/benchmarks/chrome_proxy.py View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A tools/perf/measurements/chrome_proxy.py View 1 2 1 chunk +161 lines, -0 lines 0 comments Download
A tools/perf/metrics/chrome_proxy.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +132 lines, -0 lines 0 comments Download
A tools/perf/metrics/chrome_proxy_unittest.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +181 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
bolian
Hello, This is the first cut of the data reduction proxy (officially called chrome proxy) ...
6 years, 9 months ago (2014-03-07 20:15:10 UTC) #1
bolian
ping. I think the Tony could look at the structure, whether it is following Telemetry ...
6 years, 9 months ago (2014-03-11 16:53:01 UTC) #2
tonyg
Some comments to get started on. Parts of this can be factored out to separate ...
6 years, 9 months ago (2014-03-12 02:08:36 UTC) #3
bengr
https://codereview.chromium.org/191383003/diff/20001/tools/perf/measurements/chrome_proxy.py File tools/perf/measurements/chrome_proxy.py (right): https://codereview.chromium.org/191383003/diff/20001/tools/perf/measurements/chrome_proxy.py#newcode10 tools/perf/measurements/chrome_proxy.py:10: I'm a little confused about the file naming. What's ...
6 years, 9 months ago (2014-03-12 18:17:35 UTC) #4
bengr
https://codereview.chromium.org/191383003/diff/20001/tools/perf/metrics/chrome_proxy.py File tools/perf/metrics/chrome_proxy.py (right): https://codereview.chromium.org/191383003/diff/20001/tools/perf/metrics/chrome_proxy.py#newcode138 tools/perf/metrics/chrome_proxy.py:138: decoded = base64.b64decode(body) Why do you decode a base64 ...
6 years, 9 months ago (2014-03-12 18:48:27 UTC) #5
bolian
Hello Tony and Ben, I am still working on the unit tests for metrics/network and ...
6 years, 9 months ago (2014-03-19 00:20:03 UTC) #6
bolian
Added unit tests. Please take a look.
6 years, 9 months ago (2014-03-20 00:20:01 UTC) #7
tonyg
https://codereview.chromium.org/191383003/diff/80001/tools/perf/metrics/loading.py File tools/perf/metrics/loading.py (right): https://codereview.chromium.org/191383003/diff/80001/tools/perf/metrics/loading.py#newcode19 tools/perf/metrics/loading.py:19: # All numbers in milliseconds. Let's factor just this ...
6 years, 9 months ago (2014-03-25 16:12:24 UTC) #8
tonyg
network_metric.py and its unittest will be ready to land in a separate patch if you ...
6 years, 9 months ago (2014-03-25 16:19:38 UTC) #9
bolian
Thanks, I factored out below two CLs as suggested to be reviewed separately: loading.py: https://codereview.chromium.org/199653007/ ...
6 years, 9 months ago (2014-03-25 18:19:00 UTC) #10
bolian
Please ignore tools/perf/metrics/loading.py tools/perf/metrics/network.py tools/perf/metrics/network_unittest.py They are reviewed separately, but I am not sure how ...
6 years, 9 months ago (2014-03-25 18:22:22 UTC) #11
bolian
Got it now. Changed ref head.
6 years, 9 months ago (2014-03-25 18:27:55 UTC) #12
bengr
https://codereview.chromium.org/191383003/diff/210001/tools/perf/metrics/chrome_proxy.py File tools/perf/metrics/chrome_proxy.py (right): https://codereview.chromium.org/191383003/diff/210001/tools/perf/metrics/chrome_proxy.py#newcode10 tools/perf/metrics/chrome_proxy.py:10: pass Shouldn't this have an implementation? https://codereview.chromium.org/191383003/diff/210001/tools/perf/metrics/chrome_proxy.py#newcode14 tools/perf/metrics/chrome_proxy.py:14: CHROME_PROXY_VIA_HEADER_OLD ...
6 years, 9 months ago (2014-03-26 22:45:54 UTC) #13
bolian
Thanks! I also update how the events are organized in unitest. https://codereview.chromium.org/191383003/diff/210001/tools/perf/metrics/chrome_proxy.py File tools/perf/metrics/chrome_proxy.py (right): ...
6 years, 9 months ago (2014-03-27 00:43:32 UTC) #14
tonyg
Rubber stamp lgtm. Please make sure Ben is happy with the actual functionality here before ...
6 years, 9 months ago (2014-03-27 04:09:19 UTC) #15
bengr
lgtm
6 years, 9 months ago (2014-03-27 18:00:07 UTC) #16
bolian
The CQ bit was checked by bolian@chromium.org
6 years, 9 months ago (2014-03-27 18:07:49 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bolian@chromium.org/191383003/220001
6 years, 9 months ago (2014-03-27 18:09:35 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 18:40:47 UTC) #19
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=57995
6 years, 9 months ago (2014-03-27 18:40:47 UTC) #20
bolian
The CQ bit was checked by bolian@chromium.org
6 years, 9 months ago (2014-03-27 21:50:39 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bolian@chromium.org/191383003/260001
6 years, 9 months ago (2014-03-27 21:52:05 UTC) #22
cmp
The CQ bit was unchecked by cmp@chromium.org
6 years, 8 months ago (2014-03-30 16:22:32 UTC) #23
cmp
The CQ bit was checked by cmp@chromium.org
6 years, 8 months ago (2014-03-30 16:26:52 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bolian@chromium.org/191383003/260001
6 years, 8 months ago (2014-03-30 16:27:02 UTC) #25
commit-bot: I haz the power
6 years, 8 months ago (2014-03-30 16:53:09 UTC) #26
Message was sent while issue was closed.
Change committed as 260431

Powered by Google App Engine
This is Rietveld 408576698