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..a6540689fdda33a3ce305ad1de57394dcd8263d4 100644 |
| --- a/testing/buildbot/chromium.perf.json |
| +++ b/testing/buildbot/chromium.perf.json |
| @@ -38,5 +38,68 @@ |
| "script": "host_info.py" |
| } |
| ] |
| + }, |
| + "Linux Perf (1)": { |
| + "scripts": [ |
| + { |
| + "name": "gpu_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["gpu_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win 7 ATI GPU Perf": { |
| + "scripts": [ |
| + { |
| + "name": "gpu_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["gpu_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win 7 Intel GPU Perf": { |
| + "scripts": [ |
| + { |
| + "name": "gpu_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["gpu_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Win 7 Nvidia GPU Perf": { |
| + "scripts": [ |
| + { |
| + "name": "gpu_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["gpu_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Android Nexus5 Perf": { |
|
shatch
2015/02/27 18:40:54
We already define the android bots above, just add
Daniele Castagna
2015/02/27 20:09:39
Done.
|
| + "scripts": [ |
| + { |
| + "name": "gpu_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["gpu_perftests"] |
| + } |
| + ] |
| + }, |
| + "Mac 10.8 Perf (1)": { |
| + "scripts": [ |
| + { |
| + "name": "gpu_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["gpu_perftests", "--single-process-tests"] |
| + } |
| + ] |
| + }, |
| + "Mac 10.9 Perf (1)": { |
| + "scripts": [ |
| + { |
| + "name": "gpu_perftests", |
| + "script": "gtest_perf_test.py", |
| + "args": ["gpu_perftests", "--single-process-tests"] |
| + } |
| + ] |
| } |
| } |