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

Unified Diff: tools/perf/measurements/page_cycler.py

Issue 18261009: Have repeats understand "time" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing perf tests Created 7 years, 5 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/dom_perf.py ('k') | tools/telemetry/telemetry/core/browser_options.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/page_cycler.py
diff --git a/tools/perf/measurements/page_cycler.py b/tools/perf/measurements/page_cycler.py
index 811d87d50351beb68a7a9dd3e05f5eaa5d98018d..46ef1871a838c71ff811ca26d947496d4315001a 100644
--- a/tools/perf/measurements/page_cycler.py
+++ b/tools/perf/measurements/page_cycler.py
@@ -125,6 +125,6 @@ class PageCycler(page_measurement.PageMeasurement):
int(float(tab.EvaluateJavaScript('__pc_load_time'))),
chart_name='times')
- def DidRunPageSet(self, tab, results):
+ def DidRunTest(self, tab, results):
self._memory_metrics.StopAndGetResults(tab.browser, results)
self.MeasureIO(tab, results)
« no previous file with comments | « tools/perf/benchmarks/dom_perf.py ('k') | tools/telemetry/telemetry/core/browser_options.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698