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

Unified Diff: tools/testing/perf_testing/run_perf_tests.py

Issue 9923016: Get rid of --component in perf testing script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/perf_testing/run_perf_tests.py
===================================================================
--- tools/testing/perf_testing/run_perf_tests.py (revision 5991)
+++ tools/testing/perf_testing/run_perf_tests.py (working copy)
@@ -549,8 +549,8 @@
'release', 'ia32'), 'dart-sdk')
run_cmd([os.path.join('.', 'tools', 'testing', 'bin', system,
'dart' + suffix), os.path.join('tools', 'test.dart'),
- '--component=webdriver',
- '--browser=%s' % browser, '--frog=%s' % os.path.join(dart_sdk, 'bin',
+ '--compiler=frog', '--runtime=%s' % browser,
+ '--frog=%s' % os.path.join(dart_sdk, 'bin',
'frogc'), '--froglib=%s' % os.path.join(dart_sdk, 'lib'), '--report',
'--timeout=20', '--progress=color', '--mode=release',
self.test_type], self.trace_file, append=True)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698