Skip to content

Commit

Permalink
[Telemetry] Update facebook credential & re-record the facebook page …
Browse files Browse the repository at this point in the history
…in top_7_stress & reenable memory.top_7_stress.

BUG=459646
TEST=./tools/perf/run_benchmark memory.top_7_stress  --browser=system

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

Cr-Commit-Position: refs/heads/master@{#317793}
  • Loading branch information
nedn authored and Commit bot committed Feb 24, 2015
1 parent b21fe48 commit 86c9a9b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion tools/perf/benchmarks/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def Name(cls):
return 'memory.mobile_memory'


@benchmark.Disabled # http://crbug.com/459646
class MemoryTop7Stress(benchmark.Benchmark):
"""Use (recorded) real world web sites and measure memory consumption."""
test = memory.Memory
Expand Down
4 changes: 3 additions & 1 deletion tools/perf/page_sets/data/top_7_stress.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"top_7_stress_001.wpr": [
"https://plus.google.com/110031535020051778989/posts"
],
"top_7_stress_003.wpr": [
"Facebook"
],
"top_7_stress_000.wpr": [
"https://www.google.com/#hl=en&q=barack+obama",
"https://mail.google.com/mail/",
"https://www.google.com/calendar/"
],
"top_7_stress_002.wpr": [
"Facebook",
"Blogger",
"Wordpress"
]
Expand Down
1 change: 1 addition & 0 deletions tools/perf/page_sets/data/top_7_stress_003.wpr.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5d41a8ed2be2d4fe84919dd056a1fb56dd0f832e
4 changes: 2 additions & 2 deletions tools/perf/page_sets/top_7_stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@ class FacebookPage(Top7StressPage):

def __init__(self, page_set):
super(FacebookPage, self).__init__(
url='http://www.facebook.com/barackobama',
url='https://www.facebook.com/barackobama',
page_set=page_set,
name='Facebook')
self.credentials = 'facebook'
self.credentials = 'facebook2'

def RunNavigateSteps(self, action_runner):
super(FacebookPage, self).RunNavigateSteps(action_runner)
Expand Down

0 comments on commit 86c9a9b

Please sign in to comment.