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

Unified Diff: chrome/test/functional/perf_endure.py

Issue 14977013: Delete Automation[Tab/Renderer]Helper and users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update now that 202087 is committed Created 7 years, 7 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 | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/perf_endure.py
diff --git a/chrome/test/functional/perf_endure.py b/chrome/test/functional/perf_endure.py
index 45a7694fba9bdd0f058b36f0318b7569b482082c..0031feb0ad58b14544f9ed29640e0f0aa989d589 100755
--- a/chrome/test/functional/perf_endure.py
+++ b/chrome/test/functional/perf_endure.py
@@ -410,7 +410,9 @@ class ChromeEndureBaseTest(perf.BasePerfTest):
# Ensure Chrome enables remote debugging on port 9222. This is required to
# interact with Chrome's remote inspector.
- extra_flags = ['--remote-debugging-port=9222']
+ # Also, enable the memory benchmarking V8 extension for heap dumps.
+ extra_flags = ['--remote-debugging-port=9222',
+ '--enable-memory-benchmarking']
if deep_memory_profile:
extra_flags.append('--no-sandbox')
if self._use_wpr:
« no previous file with comments | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698