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

Unified Diff: tools/perf/benchmarks/pica.py

Issue 255063002: copy the pica benchmark to polymer_load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add NOTRY=true Created 6 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 | « no previous file | 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 98b316e6244631f947632eb9f26a6b3591afbad3..f5cef99eb509b52750d2a0be8a2def8625ca0126 100644
--- a/tools/perf/benchmarks/pica.py
+++ b/tools/perf/benchmarks/pica.py
@@ -12,7 +12,7 @@ class _PicaMeasurement(page_measurement.PageMeasurement):
'--enable-experimental-web-platform-features')
def MeasurePage(self, _, tab, results):
- result = int(tab.EvaluateJavaScript('__pica_load_time'))
+ result = int(tab.EvaluateJavaScript('__polymer_ready_time'))
results.Add('Total', 'ms', result)
« no previous file with comments | « no previous file | tools/perf/benchmarks/polymer_load.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698