| Index: testing/buildbot/chromium.perf.json
|
| diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
|
| index 5ec0a54e3215139255490ba2d77812feda20330f..bdf8510d28fd043107e3177a29e01af7d0ef19fa 100644
|
| --- a/testing/buildbot/chromium.perf.json
|
| +++ b/testing/buildbot/chromium.perf.json
|
| @@ -1,9 +1,86 @@
|
| {
|
| + "Linux Perf (3)": {
|
| + "scripts": [
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + },
|
| + "Mac 10.8 Perf (3)": {
|
| + "scripts": [
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + },
|
| + "Mac 10.9 Perf (3)": {
|
| + "scripts": [
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + },
|
| + "Win XP Perf (3)": {
|
| + "scripts": [
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + },
|
| + "Win 7 Perf (3)": {
|
| + "scripts": [
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + },
|
| + "Win 8 Perf (2)": {
|
| + "scripts": [
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + },
|
| + "Win 7 x64 Perf (2)": {
|
| + "scripts": [
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + },
|
| + "Win 7 Low-End Perf (2)": {
|
| + "scripts": [
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
|
| + }
|
| + ]
|
| + },
|
| "Android Nexus4 Perf": {
|
| "scripts": [
|
| {
|
| "name": "host_info",
|
| "script": "host_info.py"
|
| + },
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests"]
|
| }
|
| ]
|
| },
|
| @@ -12,6 +89,11 @@
|
| {
|
| "name": "host_info",
|
| "script": "host_info.py"
|
| + },
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests"]
|
| }
|
| ]
|
| },
|
| @@ -20,6 +102,11 @@
|
| {
|
| "name": "host_info",
|
| "script": "host_info.py"
|
| + },
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests"]
|
| }
|
| ]
|
| },
|
| @@ -28,6 +115,11 @@
|
| {
|
| "name": "host_info",
|
| "script": "host_info.py"
|
| + },
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests"]
|
| }
|
| ]
|
| },
|
| @@ -36,6 +128,11 @@
|
| {
|
| "name": "host_info",
|
| "script": "host_info.py"
|
| + },
|
| + {
|
| + "name": "cc_perftests",
|
| + "script": "gtest_perf_test.py",
|
| + "args": ["cc_perftests"]
|
| }
|
| ]
|
| }
|
|
|