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

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

Issue 9980019: Add a separate perf graph for dromaeo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | « tools/testing/perf_testing/dromaeo.html ('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 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',
« no previous file with comments | « tools/testing/perf_testing/dromaeo.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698