diff options
author | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-30 00:17:44 +0000 |
---|---|---|
committer | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-30 00:17:44 +0000 |
commit | b54602651640ac17a44429303fbd9bd30f922c61 (patch) | |
tree | 9456aefb0ec37188ec7f4a0c25536b4dab611994 /tools/perf | |
parent | bd4b583476f73b9f5d12a881e226d0d031efdfee (diff) | |
download | chromium_src-b54602651640ac17a44429303fbd9bd30f922c61.zip chromium_src-b54602651640ac17a44429303fbd9bd30f922c61.tar.gz chromium_src-b54602651640ac17a44429303fbd9bd30f922c61.tar.bz2 |
Reenable image_decoding
BUG=323015
TBR=tonyg
NOTRY=True
Review URL: https://codereview.chromium.org/149773002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/benchmarks/image_decoding.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/benchmarks/image_decoding.py b/tools/perf/benchmarks/image_decoding.py index 7acb5dd..c83f88b 100644 --- a/tools/perf/benchmarks/image_decoding.py +++ b/tools/perf/benchmarks/image_decoding.py @@ -2,8 +2,6 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import sys - from telemetry import test from measurements import image_decoding @@ -13,6 +11,3 @@ class ImageDecodingToughImageCases(test.Test): test = image_decoding.ImageDecoding # TODO: Rename this page set to tough_image_cases.json page_set = 'page_sets/image_decoding_measurement.json' - - # crbug.com/323015 - enabled = not sys.platform.startswith('linux') |