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

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

Issue 23512005: BrowserOptions.extra_browser_args is now a set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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/pica.py ('k') | tools/perf/measurements/blink_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/spaceport.py
diff --git a/tools/perf/benchmarks/spaceport.py b/tools/perf/benchmarks/spaceport.py
index fa0016b434e6eb764b66389d18b033cdb3a4e6aa..8ab0c303b9eeaaab9ff599be80ecf5d041860805 100644
--- a/tools/perf/benchmarks/spaceport.py
+++ b/tools/perf/benchmarks/spaceport.py
@@ -15,7 +15,7 @@ from telemetry.page import page_set
class SpaceportMeasurement(page_measurement.PageMeasurement):
def CustomizeBrowserOptions(self, options):
- options.extra_browser_args.extend(['--disable-gpu-vsync'])
+ options.AppendExtraBrowserArgs('--disable-gpu-vsync')
def MeasurePage(self, _, tab, results):
util.WaitFor(lambda: tab.EvaluateJavaScript(
« no previous file with comments | « tools/perf/benchmarks/pica.py ('k') | tools/perf/measurements/blink_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698