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

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

Issue 1917393002: [tools/perf] Reference legacy_page_test module instead of page_test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/oortonline.py ('k') | tools/perf/benchmarks/service_worker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/robohornet_pro.py
diff --git a/tools/perf/benchmarks/robohornet_pro.py b/tools/perf/benchmarks/robohornet_pro.py
index a835c4a0e28d47001e2aa0d97a71e998e9552dd9..7a0e22a86e1d1d0c1fb64a7c213e57787059d452 100644
--- a/tools/perf/benchmarks/robohornet_pro.py
+++ b/tools/perf/benchmarks/robohornet_pro.py
@@ -10,14 +10,14 @@ from core import perf_benchmark
from telemetry import benchmark
from telemetry import page as page_module
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
from telemetry import story
from telemetry.value import scalar
from metrics import power
-class _RobohornetProMeasurement(page_test.PageTest):
+class _RobohornetProMeasurement(legacy_page_test.LegacyPageTest):
def __init__(self):
super(_RobohornetProMeasurement, self).__init__()
« no previous file with comments | « tools/perf/benchmarks/oortonline.py ('k') | tools/perf/benchmarks/service_worker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698