Chromium Code Reviews| Index: testing/buildbot/chromium.perf.json |
| diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json |
| index 5ec0a54e3215139255490ba2d77812feda20330f..20ff43e4800942af52a47916fd1725d4550e6893 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", "--single-process-tests"] |
|
Paweł Hajdan Jr.
2015/03/02 18:52:25
Please don't pass this from command line (--single
shatch
2015/03/02 21:03:58
Ah I see they run serially anyway (crbug.com/23689
|
| + } |
| + ] |
| + }, |
| + "Mac 10.8 Perf (3)": { |
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Mac 10.9 Perf (3)": { |
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win XP Perf (3)": { |
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win 7 Perf (3)": { |
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win 8 Perf (2)": { |
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win 7 x64 Perf (2)": { |
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win 7 Low-End Perf (2)": { |
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| "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"] |
| } |
| ] |
| } |