Commit 6c816144 authored by pdr's avatar pdr Committed by Commit bot

Enable the Rightware Browsermark benchmark

This patch un-disables the rightware browsermark benchmark. Manually
testing shows this finishes in under 5m on a Nexus 5.

BUG=423018

Review URL: https://codereview.chromium.org/649283002

Cr-Commit-Position: refs/heads/master@{#299369}
parent cbdf7fe2
...@@ -46,7 +46,6 @@ class _BrowsermarkMeasurement(page_test.PageTest): ...@@ -46,7 +46,6 @@ class _BrowsermarkMeasurement(page_test.PageTest):
scalar.ScalarValue(results.current_page, 'Score', 'score', result)) scalar.ScalarValue(results.current_page, 'Score', 'score', result))
@benchmark.Disabled
class Browsermark(benchmark.Benchmark): class Browsermark(benchmark.Benchmark):
"""Browsermark suite tests CSS, DOM, resize, page load, WebGL and JS.""" """Browsermark suite tests CSS, DOM, resize, page load, WebGL and JS."""
test = _BrowsermarkMeasurement test = _BrowsermarkMeasurement
......
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