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

Unified Diff: tools/perf/page_sets/top_7_stress.py

Issue 952963002: Revert of [Telemetry] Update facebook credential & reenable memory.top_7_stress (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/data/top_7_stress_003.wpr.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_7_stress.py
diff --git a/tools/perf/page_sets/top_7_stress.py b/tools/perf/page_sets/top_7_stress.py
index 212377b0154ca99142cb80cfa0b85848ac2d2831..1561f939e80ad5b26e489a8d78655fd110c14372 100644
--- a/tools/perf/page_sets/top_7_stress.py
+++ b/tools/perf/page_sets/top_7_stress.py
@@ -299,10 +299,10 @@
def __init__(self, page_set):
super(FacebookPage, self).__init__(
- url='https://www.facebook.com/barackobama',
+ url='http://www.facebook.com/barackobama',
page_set=page_set,
name='Facebook')
- self.credentials = 'facebook2'
+ self.credentials = 'facebook'
def RunNavigateSteps(self, action_runner):
super(FacebookPage, self).RunNavigateSteps(action_runner)
« no previous file with comments | « tools/perf/page_sets/data/top_7_stress_003.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698