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

Unified Diff: tools/perf/perf_tools/dom_perf.py

Issue 18261009: Have repeats understand "time" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
Index: tools/perf/perf_tools/dom_perf.py
diff --git a/tools/perf/perf_tools/dom_perf.py b/tools/perf/perf_tools/dom_perf.py
index 494b037ce114421c0ab0165828d54a7919f59681..e3ce2a34ce0a0f3aeb00c97b392be27ae76d1ea6 100644
--- a/tools/perf/perf_tools/dom_perf.py
+++ b/tools/perf/perf_tools/dom_perf.py
@@ -71,7 +71,7 @@ class DomPerf(page_measurement.PageMeasurement):
finally:
tab.EvaluateJavaScript('document.cookie = "__domperf_finished=0"')
- def DidRunPageSet(self, tab, results):
+ def DidRunTest(self, tab, results):
# Now give the geometric mean as the total for the combined runs.
scores = []
for result in results.page_results:
« no previous file with comments | « no previous file | tools/perf/perf_tools/page_cycler.py » ('j') | tools/telemetry/telemetry/core/browser_options.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698