summaryrefslogtreecommitdiffstats
path: root/tools/perf/benchmarks/canvasmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/benchmarks/canvasmark.py')
-rw-r--r--tools/perf/benchmarks/canvasmark.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/benchmarks/canvasmark.py b/tools/perf/benchmarks/canvasmark.py
index f846101..5e2cec02 100644
--- a/tools/perf/benchmarks/canvasmark.py
+++ b/tools/perf/benchmarks/canvasmark.py
@@ -11,7 +11,7 @@ fills, shadows and text functions.
import os
-from telemetry import test
+from telemetry import benchmark
from telemetry.page import page_measurement
from telemetry.page import page_set
@@ -46,7 +46,7 @@ class _CanvasMarkMeasurement(page_measurement.PageMeasurement):
results.Add('Score', 'score', total)
-class CanvasMark(test.Test):
+class CanvasMark(benchmark.Benchmark):
test = _CanvasMarkMeasurement
def CreatePageSet(self, options):