| 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(
|
|
|