summaryrefslogtreecommitdiffstats
path: root/tools/perf/benchmarks/indexeddb_perf.py
diff options
context:
space:
mode:
authornednguyen@google.com <nednguyen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-27 15:01:34 +0000
committernednguyen@google.com <nednguyen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-27 15:01:34 +0000
commitddbe1fa2ce867f29d30296a061d145f433d2c8ab (patch)
tree315202f4d86972be6706c6dc01bcf6a60c3faae1 /tools/perf/benchmarks/indexeddb_perf.py
parentaa94a07844ecf1fd335fc6b8184b130be020e660 (diff)
downloadchromium_src-ddbe1fa2ce867f29d30296a061d145f433d2c8ab.zip
chromium_src-ddbe1fa2ce867f29d30296a061d145f433d2c8ab.tar.gz
chromium_src-ddbe1fa2ce867f29d30296a061d145f433d2c8ab.tar.bz2
Rename telemetry.test.Test to telemetry.benchmark.Benchmark.
BUG=383629 Review URL: https://codereview.chromium.org/337603005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf/benchmarks/indexeddb_perf.py')
-rw-r--r--tools/perf/benchmarks/indexeddb_perf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/benchmarks/indexeddb_perf.py b/tools/perf/benchmarks/indexeddb_perf.py
index 5949f36..cad569b 100644
--- a/tools/perf/benchmarks/indexeddb_perf.py
+++ b/tools/perf/benchmarks/indexeddb_perf.py
@@ -25,7 +25,7 @@ import os
from metrics import memory
from metrics import power
from metrics import v8_object_stats
-from telemetry import test
+from telemetry import benchmark
from telemetry.core import util
from telemetry.page import page_measurement
from telemetry.page import page_set
@@ -81,7 +81,7 @@ class _IndexedDbMeasurement(page_measurement.PageMeasurement):
power.PowerMetric.CustomizeBrowserOptions(options)
v8_object_stats.V8ObjectStatsMetric.CustomizeBrowserOptions(options)
-class IndexedDb(test.Test):
+class IndexedDb(benchmark.Benchmark):
"""Chromium's IndexedDB Performance tests."""
test = _IndexedDbMeasurement