Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: tools/perf/benchmarks/speedometer.py

Issue 337603005: Rename telemetry.test.Test to telemetry.benchmark.Benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/spaceport.py ('k') | tools/perf/benchmarks/start_with_url.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/speedometer.py
diff --git a/tools/perf/benchmarks/speedometer.py b/tools/perf/benchmarks/speedometer.py
index 260d55e91f7a44baa841d8a7799de459fa607f94..5de0c1e0fc4ca82032e695f8a4de6a6c0487bfae 100644
--- a/tools/perf/benchmarks/speedometer.py
+++ b/tools/perf/benchmarks/speedometer.py
@@ -18,7 +18,7 @@ engine, CSS style resolution, layout, and other technologies.
import os
-from telemetry import test
+from telemetry import benchmark
from telemetry.page import page_measurement
from telemetry.page import page_set
@@ -34,8 +34,8 @@ class SpeedometerMeasurement(page_measurement.PageMeasurement):
'Total', 'ms', tab.EvaluateJavaScript('benchmarkClient._timeValues'))
-@test.Disabled('android') # Times out
-class Speedometer(test.Test):
+@benchmark.Disabled('android') # Times out
+class Speedometer(benchmark.Benchmark):
test = SpeedometerMeasurement
def CreatePageSet(self, options):
« no previous file with comments | « tools/perf/benchmarks/spaceport.py ('k') | tools/perf/benchmarks/start_with_url.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698