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

Unified Diff: tools/perf/benchmarks/thread_times.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/text_selection.py ('k') | tools/perf/benchmarks/tracing.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/thread_times.py
diff --git a/tools/perf/benchmarks/thread_times.py b/tools/perf/benchmarks/thread_times.py
index bdbd50c1474be5db9cb1b172d284e7e1f184597a..59ce3625853d477f6bda8de07d5aa14f39ab358b 100644
--- a/tools/perf/benchmarks/thread_times.py
+++ b/tools/perf/benchmarks/thread_times.py
@@ -34,6 +34,7 @@ class _ThreadTimes(perf_benchmark.PerfBenchmark):
@benchmark.Enabled('android')
+@benchmark.Owner(emails=['vmiura@chromium.org'])
class ThreadTimesKeySilkCases(_ThreadTimes):
"""Measures timeline metrics while performing smoothness action on key silk
cases."""
@@ -69,6 +70,7 @@ class ThreadTimesFastPathMobileSites(_ThreadTimes):
@benchmark.Enabled('android')
+@benchmark.Owner(emails=['vmiura@chromium.org'])
class ThreadTimesSimpleMobileSites(_ThreadTimes):
"""Measures timeline metric using smoothness action on simple mobile sites
http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
@@ -79,6 +81,7 @@ class ThreadTimesSimpleMobileSites(_ThreadTimes):
return 'thread_times.simple_mobile_sites'
+@benchmark.Owner(emails=['vmiura@chromium.org'])
class ThreadTimesCompositorCases(_ThreadTimes):
"""Measures timeline metrics while performing smoothness action on
tough compositor cases, using software rasterization.
@@ -96,6 +99,7 @@ class ThreadTimesCompositorCases(_ThreadTimes):
@benchmark.Enabled('android')
+@benchmark.Owner(emails=['ykyyip@chromium.org'])
class ThreadTimesPolymer(_ThreadTimes):
"""Measures timeline metrics while performing smoothness action on
Polymer cases."""
@@ -107,6 +111,7 @@ class ThreadTimesPolymer(_ThreadTimes):
@benchmark.Enabled('android')
+@benchmark.Owner(emails=['skyostil@chromium.org'])
class ThreadTimesKeyIdlePowerCases(_ThreadTimes):
"""Measures timeline metrics for sites that should be idle in foreground
and background scenarios. The metrics are per-second rather than per-frame."""
@@ -138,6 +143,7 @@ class ThreadTimesKeyNoOpCases(_ThreadTimes):
return 'per_frame' not in value.name and 'mean_frame' not in value.name
+@benchmark.Owner(emails=['tdresser@chromium.org'])
class ThreadTimesToughScrollingCases(_ThreadTimes):
"""Measure timeline metrics while performing smoothness action on tough
scrolling cases."""
« no previous file with comments | « tools/perf/benchmarks/text_selection.py ('k') | tools/perf/benchmarks/tracing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698