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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2498113002: Enable tracing perftests on Android bots. (Closed)
Patch Set: Created 4 years, 1 month 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 | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json.py
diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
index e3ac8fea480cd39436fe4fa6354a2080ae4eec65..4c5f36bbff28f078742de845020c888156a60505 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -129,6 +129,39 @@ SCRIPT_TESTS = [
},
{
'args': [
+ 'tracing_perftests',
+ '--adb-path',
+ 'src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb',
+ ],
+ 'name': 'tracing_perftests',
+ 'script': 'gtest_perf_test.py',
+ 'testers': {
+ 'chromium.perf': [
+ {
+ 'name': 'Android Galaxy S5 Perf',
+ 'shards': [3]
+ },
+ {
+ 'name': 'Android Nexus5 Perf',
+ 'shards': [2]
+ },
+ {
+ 'name': 'Android Nexus6 Perf',
+ 'shards': [2]
+ },
+ {
+ 'name': 'Android Nexus7v2 Perf',
+ 'shards': [2]
+ },
+ {
+ 'name': 'Android Nexus9 Perf',
+ 'shards': [2]
+ },
+ ]
+ }
+ },
+ {
+ 'args': [
'load_library_perf_tests',
'--test-launcher-print-test-stdio=always'
],
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698