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

Unified Diff: build/android/pylib/perf/test_options.py

Issue 312293003: Android Perf tests: obtain the list of tests from the test runner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | build/android/pylib/perf/test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/perf/test_options.py
diff --git a/build/android/pylib/perf/test_options.py b/build/android/pylib/perf/test_options.py
index f74b769e58ff548e6a248d827fcda649e7136a67..b04d748ec02a6ccfa9983a543a842b88faa35f0c 100644
--- a/build/android/pylib/perf/test_options.py
+++ b/build/android/pylib/perf/test_options.py
@@ -9,6 +9,7 @@ import collections
PerfOptions = collections.namedtuple('PerfOptions', [
'steps',
'flaky_steps',
+ 'output_json_list',
'print_step',
'no_timeout',
'test_filter',
« no previous file with comments | « no previous file | build/android/pylib/perf/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698