Commit 8c1ed31a authored by Charlie Andrews's avatar Charlie Andrews Committed by Commit Bot

Reenable rasterize_and_record_micro benchmarks on all platforms

TBR=nednguyen@google.com

Bug: 713222
Change-Id: Icc17c0d1b782f1c553ff2995dfddad422086e821
Reviewed-on: https://chromium-review.googlesource.com/598191Reviewed-by: default avatarCharlie Andrews <charliea@chromium.org>
Reviewed-by: default avatarrnephew <rnephew@chromium.org>
Commit-Queue: Charlie Andrews <charliea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491531}
parent 74dbeb86
This diff is collapsed.
......@@ -6,7 +6,6 @@ from core import perf_benchmark
from measurements import rasterize_and_record_micro
import page_sets
from telemetry import benchmark
from telemetry import story
......@@ -44,10 +43,6 @@ class _RasterizeAndRecordMicro(perf_benchmark.PerfBenchmark):
options.record_repeat, options.timeout, options.report_detailed_results)
# RasterizeAndRecord disabled on mac because of crbug.com/350684.
# RasterizeAndRecord disabled on windows because of crbug.com/338057.
@benchmark.Disabled('mac', 'win',
'android') # http://crbug.com/610018
class RasterizeAndRecordMicroTop25(_RasterizeAndRecordMicro):
"""Measures rasterize and record performance on the top 25 web pages.
......@@ -69,10 +64,6 @@ class RasterizeAndRecordMicroTop25(_RasterizeAndRecordMicro):
return StoryExpectations()
# New benchmark only enabled on Linux until we've observed behavior for a
# reasonable period of time.
@benchmark.Disabled('mac', 'win', 'android')
class RasterizeAndRecordMicroPartialInvalidation(_RasterizeAndRecordMicro):
"""Measures rasterize and record performance for partial inval. on big pages.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment