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

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

Issue 1404423010: Temporarily disable the reference build on benchmarks using top_25. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « tools/perf/benchmarks/power.py ('k') | tools/perf/benchmarks/v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 3386369f454eb243f74ade9788d4a912585b018e..2a639284f2e56b725df8865c7d9c83d6bd3c5718 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -36,6 +36,7 @@ class _Smoothness(perf_benchmark.PerfBenchmark):
return True
+@benchmark.Disabled('reference') # crbug.com/547833
class SmoothnessTop25(_Smoothness):
"""Measures rendering statistics while scrolling down the top 25 web pages.
@@ -155,6 +156,7 @@ class SmoothnessKeySilkCases(_Smoothness):
@benchmark.Enabled('android', 'mac')
+@benchmark.Disabled('reference') # crbug.com/547833
class SmoothnessGpuRasterizationTop25(_Smoothness):
"""Measures rendering statistics for the top 25 with GPU rasterization.
"""
« no previous file with comments | « tools/perf/benchmarks/power.py ('k') | tools/perf/benchmarks/v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698