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

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

Issue 10069025: Fix graphing error. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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 | « no previous file | 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
===================================================================
--- tools/testing/perf_testing/run_perf_tests.py (revision 6469)
+++ tools/testing/perf_testing/run_perf_tests.py (working copy)
@@ -283,7 +283,7 @@
test.run(self.graph_only)
if self.upload:
- self.upload_to_app_engine(TestBuilder.available_site_names())
+ self.upload_to_app_engine(TestBuilder.available_suite_names())
class Test(object):
@@ -568,6 +568,7 @@
self.style_and_save_perf_plot(title, y_axis, size_x, size_y, loc,
filename, [platform], [version],
[metric], clear_axis)
+ clear_axis = False
Emily Fortuna 2012/04/12 20:01:00 This line got deleted when I was refactoring. Now
def plot_results(self, png_filename):
self.plot_all_perf(png_filename)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698