| 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 e594d17cb5b91ca947187c4a6be1f395c7de06dc..b5bee0e08dc8e917cad5d5e8a6af831edb4d72a8 100755
|
| --- a/tools/testing/perf_testing/run_perf_tests.py
|
| +++ b/tools/testing/perf_testing/run_perf_tests.py
|
| @@ -235,6 +235,8 @@ def upload_to_app_engine(username, password, suite_names):
|
| shutil.copytree('graphs', os.path.join('appengine', 'static', 'graphs'))
|
| shutil.copyfile('index.html', os.path.join('appengine', 'static',
|
| 'index.html'))
|
| + shutil.copyfile('dromaeo.html', os.path.join('appengine', 'static',
|
| + 'dromaeo.html'))
|
| shutil.copyfile('data.html', os.path.join('appengine', 'static',
|
| 'data.html'))
|
| p = subprocess.Popen([os.path.join('..', '..', '..', 'third_party',
|
|
|