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

Unified Diff: testing/scripts/gtest_perf_test.py

Issue 2342253002: [Android] Use generated wrapper scripts for gtest perf tests. (Closed)
Patch Set: Created 4 years, 3 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: testing/scripts/gtest_perf_test.py
diff --git a/testing/scripts/gtest_perf_test.py b/testing/scripts/gtest_perf_test.py
index af4380f65710658bc5c8a02a3ddc46b7f85cb063..b634faf2b211330dd5e43f766d49b48b018b5234 100755
--- a/testing/scripts/gtest_perf_test.py
+++ b/testing/scripts/gtest_perf_test.py
@@ -44,9 +44,8 @@ def main_run(args):
gtest_args.extend([
'--no-xvfb',
'--run-python-script', os.path.join(
- args.paths['checkout'], 'build', 'android', 'test_runner.py'),
- 'gtest', '--release',
- '--suite', test_suite,
+ args.paths['checkout'], 'out', args.build_config_fs, 'bin',
+ 'run_%s' % test_suite),
'--verbose',
])
else:
« 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