| Index: tools/perf/benchmarks/html5gaming.py
|
| diff --git a/tools/perf/benchmarks/html5gaming.py b/tools/perf/benchmarks/html5gaming.py
|
| index 98370b0c6ca418e110617c589df49430a72fe221..891703f08ac8032bf420066abd6a4b491ff3e053 100644
|
| --- a/tools/perf/benchmarks/html5gaming.py
|
| +++ b/tools/perf/benchmarks/html5gaming.py
|
| @@ -12,7 +12,7 @@ score is a indicator for the browser's ability to smoothly run HTML5 games."""
|
|
|
| import os
|
|
|
| -from telemetry import test
|
| +from telemetry import benchmark
|
| from telemetry.page import page_measurement
|
| from telemetry.page import page_set
|
|
|
| @@ -28,7 +28,7 @@ class _HTML5GamingMeasurement(page_measurement.PageMeasurement):
|
| results.Add('Score', 'score', result)
|
|
|
|
|
| -class HTML5Gaming(test.Test):
|
| +class HTML5Gaming(benchmark.Benchmark):
|
| """Imapct HTML5 smooth running games benchmark suite."""
|
| test = _HTML5GamingMeasurement
|
| def CreatePageSet(self, options):
|
|
|