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

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

Issue 10577010: Get Dromaeo benchmarks running again. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | « samples/third_party/dromaeo/Dromaeo.dart ('k') | 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 8828)
+++ tools/testing/perf_testing/run_perf_tests.py (working copy)
@@ -831,6 +831,8 @@
"""
current_dir = os.getcwd()
os.chdir(DART_INSTALL_LOCATION)
+ self.test.test_runner.run_cmd(['python', os.path.join(
+ 'tools', 'get_drt.py'), '--chromedriver'])
path = os.environ['PATH'].split(os.pathsep)
orig_chromedriver_path = os.path.join('tools', 'testing',
'orig-chromedriver')
« no previous file with comments | « samples/third_party/dromaeo/Dromaeo.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698