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

Unified Diff: testing/buildbot/chromium.perf.json

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 | « no previous file | tools/perf/generate_perf_json.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.perf.json
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
index 3f93ce053fe976e4410a80d935820f7bada76361..35ddd8936c9f8fd3374f22b36d3220d0e17bb32f 100644
--- a/testing/buildbot/chromium.perf.json
+++ b/testing/buildbot/chromium.perf.json
@@ -20,6 +20,15 @@
],
"name": "gpu_perftests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "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"
}
]
},
@@ -42,6 +51,15 @@
],
"name": "gpu_perftests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "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"
}
]
},
@@ -55,6 +73,15 @@
],
"name": "cc_perftests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "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"
}
]
},
@@ -77,6 +104,15 @@
],
"name": "gpu_perftests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "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"
}
]
},
@@ -90,6 +126,15 @@
],
"name": "cc_perftests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "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"
}
]
},
« no previous file with comments | « no previous file | tools/perf/generate_perf_json.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698