Commit 44b0fe09 authored by picksi's avatar picksi Committed by Commit bot

pathological_mobile_sites WPR file re-recorded and moved to partner bucket.

BUG=458282

Review URL: https://codereview.chromium.org/958043002

Cr-Commit-Position: refs/heads/master@{#318276}
parent 57e54f55
......@@ -250,7 +250,7 @@ class SmoothnessGpuImageDecodingCases(benchmark.Benchmark):
return 'smoothness.gpu_rasterization_and_decoding.image_decoding_cases'
@benchmark.Disabled # http://crbug.com/458282
@benchmark.Enabled('android')
class SmoothnessPathologicalMobileSites(benchmark.Benchmark):
"""Measures task execution statistics while scrolling pathological sites.
"""
......
......@@ -39,7 +39,7 @@ class TaskExecutionTimeToughSchedulingCases(benchmark.Benchmark):
return 'task_execution_time.tough_scheduling_cases'
@benchmark.Disabled # http://crbug.com/458282
@benchmark.Enabled('android')
class TaskExecutionTimePathologicalMobileSites(benchmark.Benchmark):
"""Measures task execution statistics while scrolling pathological sites.
......
......@@ -2,12 +2,12 @@
"description": "Describes the Web Page Replay archives for a user story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
"pathological_mobile_sites_000.wpr": [
"http://edition.cnn.com",
"http://www.latimes.com",
"http://recode.net",
"http://www.pbs.org/newshour/bb/much-really-cost-live-city-like-seattle/#the-rundown",
"http://www.zdnet.com",
"http://m.espn.go.com/nhl/rankings",
"http://recode.net",
"http://www.latimes.com",
"http://edition.cnn.com"
"http://m.espn.go.com/nhl/rankings"
]
}
}
}
\ No newline at end of file
ee24960c3686c574fff6216e05d8fec8ce98c3d3
2b2e31dec6889ddd6ef9d993263ede12b4d69112
\ No newline at end of file
......@@ -28,7 +28,7 @@ class PathologicalMobileSitesPageSet(page_set_module.PageSet):
super(PathologicalMobileSitesPageSet, self).__init__(
user_agent_type='mobile',
archive_data_file='data/pathological_mobile_sites.json',
bucket=page_set_module.INTERNAL_BUCKET)
bucket=page_set_module.PARTNER_BUCKET)
sites = ['http://edition.cnn.com',
'http://m.espn.go.com/nhl/rankings',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment