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

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

Issue 113563004: Add perf tests for starting Chrome with URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test descriptions in start_with_url Created 7 years 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/measurements/image_decoding.py
diff --git a/tools/perf/measurements/image_decoding.py b/tools/perf/measurements/image_decoding.py
index 7207891a5166ddb4e794dca0a4d5ae5fbb2c34cd..098849e5ffa308f1e5e0ce9c8d4e425879ada83a 100644
--- a/tools/perf/measurements/image_decoding.py
+++ b/tools/perf/measurements/image_decoding.py
@@ -19,7 +19,7 @@ class ImageDecoding(page_measurement.PageMeasurement):
""")
tab.StartTimelineRecording()
- def NeedsBrowserRestartAfterEachRun(self, browser):
+ def NeedsBrowserRestartBeforeNextPage(self, browser):
return not browser.tabs[0].ExecuteJavaScript("""
window.chrome &&
chrome.gpuBenchmarking &&

Powered by Google App Engine
This is Rietveld 408576698