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

Unified Diff: tools/perf/benchmarks/page_cycler.py

Issue 1967363004: Disable page_cycler.morejs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/benchmarks/page_cycler.py
diff --git a/tools/perf/benchmarks/page_cycler.py b/tools/perf/benchmarks/page_cycler.py
index 084b2aa3e41d29fbde07be8d4f35b175225c973b..ddcd988d2d520d22a27948813a041a58424bae08 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -115,6 +115,7 @@ class PageCyclerIntlKoThVi(_PageCycler):
possible_browser.platform.GetOSVersionName() == 'snowleopard'))
+@benchmark.Disabled('all') # crbug.com/606277 crbug.com/611484
nednguyen 2016/05/13 03:44:05 Err, why not just remove this entirely & MoreJsPag
class PageCyclerMorejs(_PageCycler):
"""Page load for a variety of pages that were JavaScript heavy in 2009."""
page_set = page_sets.MorejsPageSet
« 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