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

Unified Diff: tools/perf/benchmarks/indexeddb_perf.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/dummy_benchmark.py ('k') | tools/perf/benchmarks/jetstream.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/indexeddb_perf.py
diff --git a/tools/perf/benchmarks/indexeddb_perf.py b/tools/perf/benchmarks/indexeddb_perf.py
index 0a020ed6964bf793bf597a3c3185201ee2d4d7cb..3ee3312f7010a4faeeb6d210a85b7b9b0d27b4a0 100644
--- a/tools/perf/benchmarks/indexeddb_perf.py
+++ b/tools/perf/benchmarks/indexeddb_perf.py
@@ -27,7 +27,7 @@ from core import perf_benchmark
from telemetry import page as page_module
from telemetry import story
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
from telemetry.value import scalar
from metrics import memory
@@ -43,7 +43,7 @@ IDB_CATEGORY = 'IndexedDB'
TIMELINE_REQUIRED_CATEGORY = 'blink.console'
-class _IndexedDbMeasurement(page_test.PageTest):
+class _IndexedDbMeasurement(legacy_page_test.LegacyPageTest):
def __init__(self):
super(_IndexedDbMeasurement, self).__init__()
« no previous file with comments | « tools/perf/benchmarks/dummy_benchmark.py ('k') | tools/perf/benchmarks/jetstream.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698