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

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

Issue 2744723003: Adding owners to benchmark tests (Closed)
Patch Set: rebasing Created 3 years, 9 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/oilpan_gc_times.py ('k') | tools/perf/benchmarks/power.py » ('j') | 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 49b5077aeb1157a6343d6eec0a4f94137d2a8ead..6df6021a1956b336e4f3bc7c166f63dfbc5b4200 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -64,6 +64,7 @@ class _PageCyclerV2(perf_benchmark.PerfBenchmark):
@benchmark.Disabled('win10')
@benchmark.Disabled('android') # crbug.com/654217
+@benchmark.Owner(emails=['kouhei@chromium.org', 'ksakamoto@chromium.org'])
class PageCyclerV2Typical25(_PageCyclerV2):
"""Page load time benchmark for a 25 typical web pages.
@@ -81,6 +82,7 @@ class PageCyclerV2Typical25(_PageCyclerV2):
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+@benchmark.Owner(emails=['kouhei@chromium.org', 'ksakamoto@chromium.org'])
class PageCyclerV2IntlArFaHe(_PageCyclerV2):
"""Page load time for a variety of pages in Arabic, Farsi and Hebrew.
@@ -97,6 +99,7 @@ class PageCyclerV2IntlArFaHe(_PageCyclerV2):
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+@benchmark.Owner(emails=['kouhei@chromium.org', 'ksakamoto@chromium.org'])
class PageCyclerV2IntlEsFrPtBr(_PageCyclerV2):
"""Page load time for a pages in Spanish, French and Brazilian Portuguese.
@@ -113,6 +116,7 @@ class PageCyclerV2IntlEsFrPtBr(_PageCyclerV2):
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+@benchmark.Owner(emails=['kouhei@chromium.org', 'ksakamoto@chromium.org'])
class PageCyclerV2IntlHiRu(_PageCyclerV2):
"""Page load time benchmark for a variety of pages in Hindi and Russian.
@@ -130,6 +134,7 @@ class PageCyclerV2IntlHiRu(_PageCyclerV2):
@benchmark.Disabled('android') # crbug.com/666898
+@benchmark.Owner(emails=['kouhei@chromium.org', 'ksakamoto@chromium.org'])
class PageCyclerV2IntlJaZh(_PageCyclerV2):
"""Page load time benchmark for a variety of pages in Japanese and Chinese.
@@ -145,6 +150,7 @@ class PageCyclerV2IntlJaZh(_PageCyclerV2):
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+@benchmark.Owner(emails=['kouhei@chromium.org', 'ksakamoto@chromium.org'])
class PageCyclerV2IntlKoThVi(_PageCyclerV2):
"""Page load time for a variety of pages in Korean, Thai and Vietnamese.
@@ -162,6 +168,7 @@ class PageCyclerV2IntlKoThVi(_PageCyclerV2):
@benchmark.Enabled('android')
+@benchmark.Owner(emails=['kouhei@chromium.org', 'ksakamoto@chromium.org'])
class PageCyclerV2Top10Mobile(_PageCyclerV2):
"""Page load time benchmark for the top 10 mobile web pages.
@@ -178,6 +185,7 @@ class PageCyclerV2Top10Mobile(_PageCyclerV2):
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+@benchmark.Owner(emails=['kouhei@chromium.org', 'ksakamoto@chromium.org'])
class PageCyclerV2ToughLayoutCases(_PageCyclerV2):
"""Page loading for the slowest layouts observed in the Alexa top 1 million.
@@ -195,6 +203,7 @@ class PageCyclerV2ToughLayoutCases(_PageCyclerV2):
@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
@@ -211,6 +220,7 @@ class PageCyclerV2BasicOopifIsolated(_PageCyclerV2):
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.. """
« no previous file with comments | « tools/perf/benchmarks/oilpan_gc_times.py ('k') | tools/perf/benchmarks/power.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698