Index: tools/perf/benchmarks/gpu_times.py |
diff --git a/tools/perf/benchmarks/gpu_times.py b/tools/perf/benchmarks/gpu_times.py |
index 035fbfa712fff7cb0b126cfacc27690c373bee2a..ac8ac8e3c25b31ba7ca095419c693b089ff19a66 100644 |
--- a/tools/perf/benchmarks/gpu_times.py |
+++ b/tools/perf/benchmarks/gpu_times.py |
@@ -48,6 +48,7 @@ class GPUTimesGpuRasterizationKeyMobileSites(_GPUTimes): |
def Name(cls): |
return 'gpu_times.gpu_rasterization.key_mobile_sites_smooth' |
+@benchmark.Disabled |
class GPUTimesTop25Sites(_GPUTimes): |
"""Measures GPU timeline metric for the top 25 sites.""" |
page_set = page_sets.Top25SmoothPageSet |