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

Unified Diff: build/android/test_runner.py

Issue 166433004: Android: re-add perf test summary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 6 years, 10 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 | « build/android/pylib/perf/test_runner.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 06156b12b10d089ab3a51cca0b01eccca9735bf3..2221e45b704c8d82bf0e7dce61e2550708a9efc1 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -649,6 +649,8 @@ def _RunPerfTests(options, args, error_func, devices):
if perf_options.single_step:
return perf_test_runner.PrintTestOutput('single_step')
+ perf_test_runner.PrintSummary(tests)
+
# Always return 0 on the sharding stage. Individual tests exit_code
# will be returned on the print_step stage.
return 0
« no previous file with comments | « build/android/pylib/perf/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698