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

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

Issue 2884383006: [Telemetry] Split Oopif page_cycler_v2 benchmarks into their own file. (Closed)
Patch Set: add a todo Created 3 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 | « tools/perf/benchmarks/oopif.py ('k') | 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_v2.py
diff --git a/tools/perf/benchmarks/page_cycler_v2.py b/tools/perf/benchmarks/page_cycler_v2.py
index e1127e25d74fc48f76fa7f596f301ae225dabe94..6915f0e57c1c917b62480c01b7186aaf537b693f 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -183,36 +183,3 @@ class PageCyclerV2Top10Mobile(_PageCyclerV2):
return page_sets.Top10MobilePageSet(run_no_page_interactions=True,
cache_temperatures=[
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
-
-
-@benchmark.Disabled('reference', 'android')
-@benchmark.Owner(emails=['nasko@chromium.org'])
-class PageCyclerV2BasicOopifIsolated(_PageCyclerV2):
- """ A benchmark measuring performance of out-of-process iframes. """
- page_set = page_sets.OopifBasicPageSet
-
- @classmethod
- def Name(cls):
- return 'page_cycler_v2_site_isolation.basic_oopif'
-
- def SetExtraBrowserOptions(self, options):
- options.AppendExtraBrowserArgs(['--site-per-process'])
-
- def CreateStorySet(self, options):
- return page_sets.OopifBasicPageSet(cache_temperatures=[
- cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
-
-@benchmark.Disabled('android')
-@benchmark.Owner(emails=['nasko@chromium.org'])
-class PageCyclerV2BasicOopif(_PageCyclerV2):
- """ A benchmark measuring performance of the out-of-process iframes page
- set, without running in out-of-process iframes mode.. """
- page_set = page_sets.OopifBasicPageSet
-
- @classmethod
- def Name(cls):
- return 'page_cycler_v2.basic_oopif'
-
- def CreateStorySet(self, options):
- return page_sets.OopifBasicPageSet(cache_temperatures=[
- cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
« no previous file with comments | « tools/perf/benchmarks/oopif.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698