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

Issue 1984973002: Ensure disk cache init to make PCV1_COLD results stable (Closed)

Created:
4 years, 7 months ago by kouhei (in TOK)
Modified:
4 years, 7 months ago
Reviewers:
eakuefner, nednguyen
CC:
catapult-reviews_chromium.org, tracing-review_chromium.org, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Ensure disk cache init to make PCV1_COLD results stable Before this CL, the first PCV1_COLD run after browser launch was slightly slower than the subsequent runs, as browser process DiskCache init was still running. This CL workarounds the issue by forcing a navigation to "example.com" website before the first PCV1_COLD page test run. BUG=catapult:#2342 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/afe031977961e1a91dfb8d8a8d2222cc2a222a1d

Patch Set 1 #

Patch Set 2 : does.not.exist #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -25 lines) Patch
M telemetry/telemetry/page/cache_temperature.py View 1 3 chunks +43 lines, -17 lines 1 comment Download
M tracing/tracing/metrics/system_health/first_paint_metric.html View 1 chunk +7 lines, -8 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
kouhei (in TOK)
PTAL
4 years, 7 months ago (2016-05-17 05:52:38 UTC) #2
nednguyen
On 2016/05/17 05:52:38, kouhei wrote: > PTAL Why example.com? That would mean all the pagesets ...
4 years, 7 months ago (2016-05-17 15:33:36 UTC) #3
kouhei (in TOK)
On 2016/05/17 15:33:36, nednguyen wrote: > On 2016/05/17 05:52:38, kouhei wrote: > > PTAL > ...
4 years, 7 months ago (2016-05-17 22:05:47 UTC) #4
nednguyen
On 2016/05/17 22:05:47, kouhei wrote: > On 2016/05/17 15:33:36, nednguyen wrote: > > On 2016/05/17 ...
4 years, 7 months ago (2016-05-17 22:22:23 UTC) #5
kouhei (in TOK)
On 2016/05/17 22:22:23, nednguyen wrote: > On 2016/05/17 22:05:47, kouhei wrote: > > On 2016/05/17 ...
4 years, 7 months ago (2016-05-17 22:34:42 UTC) #6
kouhei (in TOK)
On 2016/05/17 22:34:42, kouhei wrote: > On 2016/05/17 22:22:23, nednguyen wrote: > > On 2016/05/17 ...
4 years, 7 months ago (2016-05-17 23:46:00 UTC) #8
nednguyen
lgtm
4 years, 7 months ago (2016-05-18 00:04:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1984973002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1984973002/20001
4 years, 7 months ago (2016-05-18 00:05:54 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/afe031977961e1a91dfb8d8a8d2222cc2a222a1d
4 years, 7 months ago (2016-05-18 00:26:52 UTC) #13
nednguyen
4 years, 7 months ago (2016-05-18 01:51:13 UTC) #14
Message was sent while issue was closed.
https://codereview.chromium.org/1984973002/diff/20001/telemetry/telemetry/pag...
File telemetry/telemetry/page/cache_temperature.py (right):

https://codereview.chromium.org/1984973002/diff/20001/telemetry/telemetry/pag...
telemetry/telemetry/page/cache_temperature.py:64:
tab.Navigate("http://does.not.exist")
Err I forgot to this. Can you add some comment explaining why we do this? Future
maintainers will thank us :-)

Powered by Google App Engine
This is Rietveld 408576698