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

Issue 19597007: telemetry: Fixed summary of by_url results when page-repeat>1 (Closed)

Created:
7 years, 5 months ago by ernstm
Modified:
7 years, 5 months ago
Reviewers:
tonyg
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

telemetry: Fixed summary of by_url results when page-repeat>1 - Code for making URL list was only working for pageset-repeat, but not for page-repeat (breaking out of the loop when the first cycle is found) - Fixed by using a Set in addition to the List to efficiently make URLs unique while preserving order - Added unittest for page-repeat>1 R=tonyg@chromium.org BUG=263600 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213348

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -2 lines) Patch
M tools/telemetry/telemetry/page/buildbot_page_measurement_results.py View 1 chunk +6 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/page/buildbot_page_measurement_results_unittest.py View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ernstm
7 years, 5 months ago (2013-07-23 22:56:48 UTC) #1
tonyg
lgtm Thanks for the fix!
7 years, 5 months ago (2013-07-23 23:01:37 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ernstm@chromium.org/19597007/1
7 years, 5 months ago (2013-07-23 23:04:02 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-07-24 05:06:54 UTC) #4
Message was sent while issue was closed.
Change committed as 213348

Powered by Google App Engine
This is Rietveld 408576698