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

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

Issue 10270026: Change "VM" for DromaeoSize. (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 7168)
+++ tools/testing/perf_testing/run_perf_tests.py (working copy)
@@ -503,6 +503,8 @@
results = line.split('<br>')
else:
results = line.split('<br />')
+ if results == []:
+ return True
upload_success = True
for result in results:
name_and_score = result.split(':')
@@ -696,7 +698,8 @@
def __init__(self, test_runner):
super(DromaeoSizeTest, self).__init__(
self.name(),
- ['browser'], ['dart', 'frog_dom', 'frog_html', 'frog_htmlidiomatic'],
+ ['commandline'], ['dart', 'frog_dom', 'frog_html',
+ 'frog_htmlidiomatic'],
DromaeoTester.DROMAEO_BENCHMARKS.keys(), test_runner,
self.DromaeoSizeTester(self),
self.DromaeoSizeProcessor(self))
« 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