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

Unified Diff: tools/perf/benchmarks/repaint.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/rasterize_and_record_micro.py ('k') | tools/perf/benchmarks/scheduler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/repaint.py
diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py
index 92cdd52718b517c9aa8b67c947238c2185d8cf39..52270c1c8b27a11bbb0ab8fc1ff1faddc4110d67 100644
--- a/tools/perf/benchmarks/repaint.py
+++ b/tools/perf/benchmarks/repaint.py
@@ -45,6 +45,7 @@ class _Repaint(perf_benchmark.PerfBenchmark):
@benchmark.Disabled('all')
+@benchmark.Owner(emails=['wkorman@chromium.org', 'vmpstr@chromium.org'])
class RepaintKeyMobileSites(_Repaint):
"""Measures repaint performance on the key mobile sites.
@@ -58,6 +59,7 @@ class RepaintKeyMobileSites(_Repaint):
# crbug.com/502179
@benchmark.Enabled('android')
@benchmark.Disabled('all')
+@benchmark.Owner(emails=['wkorman@chromium.org', 'vmpstr@chromium.org'])
class RepaintGpuRasterizationKeyMobileSites(_Repaint):
"""Measures repaint performance on the key mobile sites with forced GPU
rasterization.
« no previous file with comments | « tools/perf/benchmarks/rasterize_and_record_micro.py ('k') | tools/perf/benchmarks/scheduler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698