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

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

Issue 514143003: Add IE PirateMark to tough_filters_cases page set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to ToT Created 6 years, 4 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/tough_filters_cases_001.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/tough_filters_cases.py
diff --git a/tools/perf/page_sets/tough_filters_cases.py b/tools/perf/page_sets/tough_filters_cases.py
index 457debda68d18ffe182f8f4692efc1165b4923bd..d3f6fe8220106a5b9353ad7b35bb3d8088444839 100644
--- a/tools/perf/page_sets/tough_filters_cases.py
+++ b/tools/perf/page_sets/tough_filters_cases.py
@@ -11,6 +11,13 @@ class ToughFiltersCasesPage(page_module.Page):
action_runner.Wait(10)
+class PirateMarkPage(page_module.Page):
+
+ def RunSmoothness(self, action_runner):
+ action_runner.EvaluateJavaScript(
+ 'document.getElementById("benchmarkButtonText").click()')
+ action_runner.Wait(10)
+
class ToughFiltersCasesPageSet(page_set_module.PageSet):
"""
@@ -29,3 +36,6 @@ class ToughFiltersCasesPageSet(page_set_module.PageSet):
for url in urls_list:
self.AddPage(ToughFiltersCasesPage(url, self))
+
+ self.AddPage(PirateMarkPage(
+ 'http://ie.microsoft.com/testdrive/Performance/Pirates/', self))
« no previous file with comments | « tools/perf/page_sets/data/tough_filters_cases_001.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698