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

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

Issue 1006813005: Enable cc_perftests on Android perf bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reset changes to test on bisect bot. Created 5 years, 9 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/buildbot/chromium.perf.json
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
index 2fd07bda3f4c943ac4a040a24d4ed9e11040a1c7..edae4b077224840a259a11cb619dbcbdfa0dbf01 100644
--- a/testing/buildbot/chromium.perf.json
+++ b/testing/buildbot/chromium.perf.json
@@ -18,6 +18,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
@@ -31,6 +36,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
@@ -40,6 +50,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
@@ -53,6 +68,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
@@ -62,6 +82,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
@@ -75,11 +100,21 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
"Android One Perf": {
"scripts": [
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
+ }
]
},
"Android MotoE Perf": {
@@ -92,6 +127,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
« 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