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

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

Issue 1907463002: Disable rasterize_and_record_micro.top_25_smooth on Linux and Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable on Android as well Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/rasterize_and_record_micro.py
diff --git a/tools/perf/benchmarks/rasterize_and_record_micro.py b/tools/perf/benchmarks/rasterize_and_record_micro.py
index f2260d569b3ab732b50a036194078fa660077e54..eaed3f4dde66739a18b76f283366dc7057d4c346 100644
--- a/tools/perf/benchmarks/rasterize_and_record_micro.py
+++ b/tools/perf/benchmarks/rasterize_and_record_micro.py
@@ -46,7 +46,9 @@ class _RasterizeAndRecordMicro(perf_benchmark.PerfBenchmark):
# RasterizeAndRecord disabled on mac because of crbug.com/350684.
# RasterizeAndRecord disabled on windows because of crbug.com/338057.
-@benchmark.Disabled('mac', 'win')
+# RasterizeAndRecord disabled on linux because of crbug.com/600377.
+# RasterizeAndRecord disabled on android because of crbug.com/605120.
+@benchmark.Disabled('mac', 'win', 'linux', 'android')
class RasterizeAndRecordMicroTop25(_RasterizeAndRecordMicro):
"""Measures rasterize and record performance on the top 25 web pages.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698