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..5eb41bf1c7f33240c693aaa1d37c635bbb0674bb 100644 |
| --- a/testing/buildbot/chromium.perf.json |
| +++ b/testing/buildbot/chromium.perf.json |
| @@ -1,9 +1,113 @@ |
| { |
| + "Linux Perf (3)": { |
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "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"] |
| + } |
| + ] |
| + }, |
| + "Win 7 ATI GPU Perf": { |
|
danakj
2015/02/27 19:59:59
GPU isn't necessary, there are no GPU related test
shatch
2015/02/27 20:05:46
Done.
|
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win 7 Intel GPU Perf": { |
| + "scripts": [ |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win 7 Nvidia GPU Perf": { |
| + "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 +116,11 @@ |
| { |
| "name": "host_info", |
| "script": "host_info.py" |
| + }, |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests"] |
| } |
| ] |
| }, |
| @@ -20,6 +129,11 @@ |
| { |
| "name": "host_info", |
| "script": "host_info.py" |
| + }, |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests"] |
| } |
| ] |
| }, |
| @@ -28,6 +142,11 @@ |
| { |
| "name": "host_info", |
| "script": "host_info.py" |
| + }, |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests"] |
| } |
| ] |
| }, |
| @@ -36,6 +155,11 @@ |
| { |
| "name": "host_info", |
| "script": "host_info.py" |
| + }, |
| + { |
| + "name": "cc_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["cc_perftests"] |
| } |
| ] |
| } |