Index: tools/perf/benchmarks/thread_times.py |
diff --git a/tools/perf/benchmarks/thread_times.py b/tools/perf/benchmarks/thread_times.py |
index 3feb6d25d72ccbec5584101bae5b7cf58ddf92e8..641ffebf76c9d41e7db06d882ba81d248c9a47af 100644 |
--- a/tools/perf/benchmarks/thread_times.py |
+++ b/tools/perf/benchmarks/thread_times.py |
@@ -76,7 +76,6 @@ class ThreadTimesSimpleMobileSites(_ThreadTimes): |
return 'thread_times.simple_mobile_sites' |
-@benchmark.Disabled('win') # crbug.com/443781 |
class ThreadTimesCompositorCases(_ThreadTimes): |
"""Measures timeline metrics while performing smoothness action on |
tough compositor cases, using software rasterization. |
@@ -135,7 +134,6 @@ class ThreadTimesKeyNoOpCases(_ThreadTimes): |
return 'per_frame' not in value.name and 'mean_frame' not in value.name |
-@benchmark.Disabled('win') # crbug.com/568175 |
class ThreadTimesToughScrollingCases(_ThreadTimes): |
"""Measure timeline metrics while performing smoothness action on tough |
scrolling cases.""" |