| Index: testing/buildbot/chromium.perf.json
|
| diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
|
| index 0a1de3a91bd73920ab1f560b8e07f126045e3849..23dfbb773ed34317fea6241411d4092fab7e8b92 100644
|
| --- a/testing/buildbot/chromium.perf.json
|
| +++ b/testing/buildbot/chromium.perf.json
|
| @@ -90,6 +90,10 @@
|
| "Android Nexus6 Perf": {
|
| "scripts": [
|
| {
|
| + "name": "host_info",
|
| + "script": "host_info.py"
|
| + },
|
| + {
|
| "args": [
|
| "cc_perftests"
|
| ],
|
| @@ -123,6 +127,10 @@
|
| "Android Nexus9 Perf": {
|
| "scripts": [
|
| {
|
| + "name": "host_info",
|
| + "script": "host_info.py"
|
| + },
|
| + {
|
| "args": [
|
| "gpu_perftests"
|
| ],
|
| @@ -139,7 +147,12 @@
|
| ]
|
| },
|
| "Android One Perf": {
|
| - "scripts": []
|
| + "scripts": [
|
| + {
|
| + "name": "host_info",
|
| + "script": "host_info.py"
|
| + }
|
| + ]
|
| },
|
| "Linux Perf (3)": {
|
| "scripts": [
|
|
|