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

Unified Diff: tools/perf/page_sets/alexa1-10000.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
« no previous file with comments | « tools/perf/benchmarks/sunspider.py ('k') | tools/perf/page_sets/service_worker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/alexa1-10000.py
diff --git a/tools/perf/page_sets/alexa1-10000.py b/tools/perf/page_sets/alexa1-10000.py
index 094e705966d678eed07e9c2202c7e38490235b58..e002478350010fc433cf55b75e8919a79a0c4fb0 100644
--- a/tools/perf/page_sets/alexa1-10000.py
+++ b/tools/perf/page_sets/alexa1-10000.py
@@ -9,7 +9,6 @@ class Alexa1To10000Page(Page):
def __init__(self, url, page_set):
super(Alexa1To10000Page, self).__init__(url=url, page_set=page_set)
- self.make_javascript_deterministic = True
def RunSmoothness(self, action_runner):
interaction = action_runner.BeginGestureInteraction(
@@ -25,9 +24,7 @@ class Alexa1To10000PageSet(PageSet):
"""
def __init__(self):
- super(Alexa1To10000PageSet, self).__init__(
- make_javascript_deterministic=True,
- user_agent_type='desktop')
+ super(Alexa1To10000PageSet, self).__init__(user_agent_type='desktop')
urls_list = [
# Why: #1 in Alexa global
« no previous file with comments | « tools/perf/benchmarks/sunspider.py ('k') | tools/perf/page_sets/service_worker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698