Chromium Code Reviews| 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 51f0b07cc12c7070c5bc594e0875a51a3e898a36..c2a0846a6e1ff31da5d025b2cd55eb499a080f2f 100755 |
| --- a/tools/testing/perf_testing/run_perf_tests.py |
| +++ b/tools/testing/perf_testing/run_perf_tests.py |
| @@ -236,6 +236,8 @@ def upload_to_app_engine(username, password): |
| shutil.copytree('graphs', os.path.join('appengine', 'static', 'graphs')) |
| shutil.copyfile('index.html', os.path.join('appengine', 'static', |
| 'index.html')) |
|
Emily Fortuna
2012/04/04 23:13:51
Do you also want to edit index.html so that there
vsm
2012/04/05 17:01:52
Done.
|
| + 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', |