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

Unified Diff: tools/perf/benchmarks/text_selection.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/system_health.py ('k') | tools/perf/benchmarks/thread_times.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/text_selection.py
diff --git a/tools/perf/benchmarks/text_selection.py b/tools/perf/benchmarks/text_selection.py
index 17c7141f7212f0446ecd6db5d7ae91ee2b9da225..da2fbf52289dd9f8d6a03549915493d97ae58e25 100644
--- a/tools/perf/benchmarks/text_selection.py
+++ b/tools/perf/benchmarks/text_selection.py
@@ -38,6 +38,7 @@ class _TextSelection(perf_benchmark.PerfBenchmark):
# See crbug.com/519044
@benchmark.Disabled('all')
+@benchmark.Owner(emails=['mfomitchev@chromium.org'])
class TextSelectionDirection(_TextSelection):
"""Measure text selection metrics while dragging a touch selection handle on a
subset of top ten mobile sites and using the 'direction' touch selection
@@ -53,6 +54,7 @@ class TextSelectionDirection(_TextSelection):
# See crbug.com/519044
@benchmark.Disabled('all')
+@benchmark.Owner(emails=['mfomitchev@chromium.org'])
class TextSelectionCharacter(_TextSelection):
"""Measure text selection metrics while dragging a touch selection handle on a
subset of top ten mobile sites and using the 'character' touch selection
« no previous file with comments | « tools/perf/benchmarks/system_health.py ('k') | tools/perf/benchmarks/thread_times.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698