| Index: tools/perf/benchmarks/scirra.py
|
| diff --git a/tools/perf/benchmarks/scirra.py b/tools/perf/benchmarks/scirra.py
|
| index b3ba56cfabd5bae753062581fd96cd56739765fd..e01bf0fe21630fc101302e477cc0759137b8ab90 100644
|
| --- a/tools/perf/benchmarks/scirra.py
|
| +++ b/tools/perf/benchmarks/scirra.py
|
| @@ -10,7 +10,7 @@ represented onscreen when the animation reaches the 30 FPS threshold.
|
|
|
| import os
|
|
|
| -from telemetry import test
|
| +from telemetry import benchmark
|
| from telemetry.page import page_measurement
|
| from telemetry.page import page_set
|
|
|
| @@ -50,7 +50,7 @@ class _ScirraMeasurement(page_measurement.PageMeasurement):
|
| results.Add('Count', 'count', total)
|
|
|
|
|
| -class ScirraBenchmark(test.Test):
|
| +class ScirraBenchmark(benchmark.Benchmark):
|
| """WebGL and Canvas2D rendering benchmark suite."""
|
| test = _ScirraMeasurement
|
| def CreatePageSet(self, options):
|
|
|