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

Unified Diff: tools/perf/benchmarks/pica.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/peacekeeper.py ('k') | tools/perf/benchmarks/polymer_load.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/pica.py
diff --git a/tools/perf/benchmarks/pica.py b/tools/perf/benchmarks/pica.py
index 64a80468c8a370b8aed9bdbfd390701ac569a30f..eff3866f45b9f68e99be563adc656d4769664fc3 100644
--- a/tools/perf/benchmarks/pica.py
+++ b/tools/perf/benchmarks/pica.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import page_sets
-from telemetry import test
+from telemetry import benchmark
from telemetry.page import page_measurement
class _PicaMeasurement(page_measurement.PageMeasurement):
@@ -17,6 +17,6 @@ class _PicaMeasurement(page_measurement.PageMeasurement):
results.Add('Total', 'ms', result)
-class Pica(test.Test):
+class Pica(benchmark.Benchmark):
test = _PicaMeasurement
page_set = page_sets.PicaPageSet
« no previous file with comments | « tools/perf/benchmarks/peacekeeper.py ('k') | tools/perf/benchmarks/polymer_load.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698