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

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

Issue 806513002: Move make_javascript_deterministic to UserStory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years 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
Index: tools/perf/page_sets/top_desktop_sites_2012Q3.py
diff --git a/tools/perf/page_sets/top_desktop_sites_2012Q3.py b/tools/perf/page_sets/top_desktop_sites_2012Q3.py
index 5d26058f34e8abe7257526a0974f5e3e22417759..94f1d48bbb647c622f9785f24d184cc8246a0a48 100644
--- a/tools/perf/page_sets/top_desktop_sites_2012Q3.py
+++ b/tools/perf/page_sets/top_desktop_sites_2012Q3.py
@@ -252,7 +252,6 @@ class Top2012Q3Page(page.Page):
def __init__(self, url, ps):
super(Top2012Q3Page, self).__init__(
url=url, page_set=ps, credentials_path = 'data/credentials.json')
- self.make_javascript_deterministic = True
self.archive_data_file = 'data/2012Q3.json'
def RunSmoothness(self, action_runner):
@@ -267,7 +266,6 @@ class Top2012Q3PageSet(page_set.PageSet):
def __init__(self):
super(Top2012Q3PageSet, self).__init__(
- make_javascript_deterministic=True,
archive_data_file='data/2012Q3.json',
bucket=page_set.PARTNER_BUCKET)
« no previous file with comments | « tools/perf/page_sets/service_worker_micro_benchmark.py ('k') | tools/perf/page_sets/top_desktop_sites_2012Q3_stress.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698