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

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

Issue 1428133005: [Telemetry] Allows concatenating multiple Disabled & Enabled decorators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Dave's comment Created 5 years, 1 month 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/tab_switching.py ('k') | tools/perf/measurements/task_execution_time_unittest.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 4720c4367c3db96a85b8241012dd65354d807e6f..310850066be911c25827d8d6dd62c7ec75894330 100644
--- a/tools/perf/benchmarks/text_selection.py
+++ b/tools/perf/benchmarks/text_selection.py
@@ -37,7 +37,7 @@ class _TextSelection(perf_benchmark.PerfBenchmark):
# See crbug.com/519044
-@benchmark.Disabled()
+@benchmark.Disabled('all')
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
@@ -51,7 +51,7 @@ class TextSelectionDirection(_TextSelection):
# See crbug.com/519044
-@benchmark.Disabled()
+@benchmark.Disabled('all')
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/tab_switching.py ('k') | tools/perf/measurements/task_execution_time_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698