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

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

Issue 10407099: Generate dart2js versions of Dromaeo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 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 | « samples/third_party/dromaeo/generate_frog_tests.py ('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
diff --git a/tools/testing/perf_testing/run_perf_tests.py b/tools/testing/perf_testing/run_perf_tests.py
index a25399ad8df12320765c675f5688e82c34cebb2f..bff17c9070fb5433c195b685d53a14d9c9fdf567 100755
--- a/tools/testing/perf_testing/run_perf_tests.py
+++ b/tools/testing/perf_testing/run_perf_tests.py
@@ -849,7 +849,7 @@ class DromaeoTest(RuntimePerformanceTest):
dromaeo_path = os.path.join('samples', 'third_party', 'dromaeo')
current_path = os.getcwd()
os.chdir(dromaeo_path)
- self.test.test_runner.run_cmd(['python', 'generate_frog_tests.py'])
+ self.test.test_runner.run_cmd(['python', 'generate_dart2js_tests.py'])
os.chdir(current_path)
versions = DromaeoTester.get_dromaeo_versions()
@@ -953,7 +953,7 @@ class DromaeoSizeTest(Test):
current_path = os.getcwd()
os.chdir(dromaeo_path)
self.test.test_runner.run_cmd(
- ['python', os.path.join('generate_frog_tests.py')])
+ ['python', os.path.join('generate_dart2js_tests.py')])
os.chdir(current_path)
self.test.trace_file = os.path.join(
« no previous file with comments | « samples/third_party/dromaeo/generate_frog_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698