Index: tools/perf/benchmarks/gpu_times.py |
diff --git a/tools/perf/benchmarks/gpu_times.py b/tools/perf/benchmarks/gpu_times.py |
index ac8ac8e3c25b31ba7ca095419c693b089ff19a66..3085e0a47ae105c78777f9ea4d270fa22c175c9f 100644 |
--- a/tools/perf/benchmarks/gpu_times.py |
+++ b/tools/perf/benchmarks/gpu_times.py |
@@ -57,6 +57,7 @@ class GPUTimesTop25Sites(_GPUTimes): |
def Name(cls): |
return 'gpu_times.top_25_smooth' |
+@benchmark.Disabled |
class GPUTimesGpuRasterizationTop25Sites(_GPUTimes): |
"""Measures GPU timeline metric for the top 25 sites with GPU rasterization. |
""" |