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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2513923003: Revert "Enable tracing perftests on Android bots." (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into revert_tracing_perftest 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 41aae82af5460b26a3291dfb00d25d2202f0c5be..23cf59a2a2cd9c44cf7869c9ada0b7c66f52a548 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -110,35 +110,6 @@ 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 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