Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / perf / benchmarks / image_decoding.py
index 6e9f777..ae286b6 100644 (file)
@@ -2,13 +2,13 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-from telemetry import test
+from telemetry import benchmark
 
 from measurements import image_decoding
 import page_sets
 
 
-class ImageDecodingToughImageCases(test.Test):
+class ImageDecodingToughImageCases(benchmark.Benchmark):
   test = image_decoding.ImageDecoding
   # TODO: Rename this page set to tough_image_cases.py
   page_set = page_sets.ImageDecodingMeasurementPageSet