| Index: testing/buildbot/chromium.perf.json
|
| diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
|
| index 2c63c0851048d8f7bff41ecf0f8cee05f52fd120..6e748c7d7bf72613f940781a59f955e15397a72b 100644
|
| --- a/testing/buildbot/chromium.perf.json
|
| +++ b/testing/buildbot/chromium.perf.json
|
| @@ -1,2 +1,60 @@
|
| {
|
| + "Android Nexus4 Perf": {
|
| + "scripts": [
|
| + {
|
| + "name": "host_info",
|
| + "script": "host_info.py"
|
| + }
|
| + ]
|
| + },
|
| + "Android Nexus5 Perf": {
|
| + "scripts": [
|
| + {
|
| + "name": "host_info",
|
| + "script": "host_info.py"
|
| + }
|
| + ]
|
| + },
|
| + "Android Nexus7v2 Perf": {
|
| + "scripts": [
|
| + {
|
| + "name": "host_info",
|
| + "script": "host_info.py"
|
| + }
|
| + ]
|
| + },
|
| + "Android Nexus10 Perf": {
|
| + "scripts": [
|
| + {
|
| + "name": "host_info",
|
| + "script": "host_info.py"
|
| + }
|
| + ]
|
| + },
|
| + "Android MotoE Perf": {
|
| + "scripts": [
|
| + {
|
| + "name": "host_info",
|
| + "script": "host_info.py"
|
| + }
|
| + ]
|
| + },
|
| + "Mac 10.8 Perf (1)": {
|
| + "scripts": [
|
| + {
|
| + "name": "gpu_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + },
|
| + "Mac 10.9 Perf (1)": {
|
| + "scripts": [
|
| + {
|
| + "name": "gpu_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + }
|
| }
|
|
|