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

Unified Diff: tools/testing/architecture.py

Issue 8670013: Adding the performance and browser benchmarking script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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/testing/architecture.py
===================================================================
--- tools/testing/architecture.py (revision 1908)
+++ tools/testing/architecture.py (working copy)
@@ -449,7 +449,8 @@
f = open(html_output_file, 'w')
f.write(self.GetHtmlContents())
f.close()
- return [selenium_location, html_output_file, browser_flag]
+ return [selenium_location, '-out', html_output_file, '-browser',
+ browser_flag]
class StandaloneArchitecture(Architecture):
« no previous file with comments | « no previous file | tools/testing/perf_testing/create_graph.py » ('j') | tools/testing/perf_testing/create_graph.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698