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

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

Issue 1154243006: Disable deterministic Javascript for Swiffy benchmark pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_ad_cases.py
diff --git a/tools/perf/page_sets/tough_ad_cases.py b/tools/perf/page_sets/tough_ad_cases.py
index a691515b1c26420f868ed7ff1370a8293b7d89c7..3706bfe5f66ef6df531203b4627988e460c15bef 100644
--- a/tools/perf/page_sets/tough_ad_cases.py
+++ b/tools/perf/page_sets/tough_ad_cases.py
@@ -9,7 +9,8 @@ from telemetry.page import page_set as page_set_module
class SwiffyPage(page_module.Page):
def __init__(self, url, page_set):
- super(SwiffyPage, self).__init__(url=url, page_set=page_set)
+ super(SwiffyPage, self).__init__(url=url, page_set=page_set,
+ make_javascript_deterministic=False)
def RunNavigateSteps(self, action_runner):
super(SwiffyPage, self).RunNavigateSteps(action_runner)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698