summaryrefslogtreecommitdiffstats
path: root/tools/perf/benchmarks/smoothness.py
diff options
context:
space:
mode:
authoraiolos <aiolos@chromium.org>2015-12-09 19:19:49 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-10 03:20:43 +0000
commitbd9dc52175973f910d72ce4d9ffefe5b8dc92c0f (patch)
tree68437885822083bc2d851899309cae75093a6289 /tools/perf/benchmarks/smoothness.py
parenta02d286ca7ce39be455730c93ea332628e20dcd3 (diff)
downloadchromium_src-bd9dc52175973f910d72ce4d9ffefe5b8dc92c0f.zip
chromium_src-bd9dc52175973f910d72ce4d9ffefe5b8dc92c0f.tar.gz
chromium_src-bd9dc52175973f910d72ce4d9ffefe5b8dc92c0f.tar.bz2
Reenable smoothness top_25 benchmarks on reference build.
BUG=547833 TBR=nednguyen@google.com CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect Review URL: https://codereview.chromium.org/1499093005 Cr-Commit-Position: refs/heads/master@{#364269}
Diffstat (limited to 'tools/perf/benchmarks/smoothness.py')
-rw-r--r--tools/perf/benchmarks/smoothness.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 93e7a10..d0aa60a 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -36,7 +36,6 @@ 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.
@@ -158,7 +157,6 @@ 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.
"""