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

Unified Diff: tools/perf/measurements/tab_switching.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/measurements/startup.py ('k') | tools/perf/measurements/task_execution_time.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/tab_switching.py
diff --git a/tools/perf/measurements/tab_switching.py b/tools/perf/measurements/tab_switching.py
index e26df13a5127e7f65451d2dd7cab57384e00eff1..df3a5c39cf01f087a064fca350d206fb0c5572f4 100644
--- a/tools/perf/measurements/tab_switching.py
+++ b/tools/perf/measurements/tab_switching.py
@@ -13,7 +13,7 @@ Power usage is also measured.
import time
from telemetry.core import util
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
from telemetry.value import histogram
from telemetry.value import histogram_util
@@ -23,7 +23,7 @@ from metrics import power
# TODO: Revisit this test once multitab support is finalized.
-class TabSwitching(page_test.PageTest):
+class TabSwitching(legacy_page_test.LegacyPageTest):
# Amount of time to measure, in seconds.
SAMPLE_TIME = 30
« no previous file with comments | « tools/perf/measurements/startup.py ('k') | tools/perf/measurements/task_execution_time.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698