Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Android Nexus4 Perf": { | 2 "Android Nexus4 Perf": { |
| 3 "scripts": [ | 3 "scripts": [ |
| 4 { | 4 { |
| 5 "name": "host_info", | 5 "name": "host_info", |
| 6 "script": "host_info.py" | 6 "script": "host_info.py" |
| 7 } | 7 } |
| 8 ] | 8 ] |
| 9 }, | 9 }, |
| 10 "Android Nexus5 Perf": { | 10 "Android Nexus5 Perf": { |
| (...skipping 20 matching lines...) Expand all Loading... | |
| 31 } | 31 } |
| 32 ] | 32 ] |
| 33 }, | 33 }, |
| 34 "Android MotoE Perf": { | 34 "Android MotoE Perf": { |
| 35 "scripts": [ | 35 "scripts": [ |
| 36 { | 36 { |
| 37 "name": "host_info", | 37 "name": "host_info", |
| 38 "script": "host_info.py" | 38 "script": "host_info.py" |
| 39 } | 39 } |
| 40 ] | 40 ] |
| 41 }, | |
| 42 "Linux Perf (1)": { | |
| 43 "scripts": [ | |
| 44 { | |
| 45 "name": "gpu_perftests", | |
| 46 "script": "gtest_perf_test.py", | |
| 47 "args": ["gpu_perftests", "--single-process-tests"] | |
| 48 } | |
| 49 ] | |
| 50 }, | |
| 51 "Win 7 ATI GPU Perf": { | |
| 52 "scripts": [ | |
| 53 { | |
| 54 "name": "gpu_perftests", | |
| 55 "script": "gtest_perf_test.py", | |
| 56 "args": ["gpu_perftests", "--single-process-tests"] | |
| 57 } | |
| 58 ] | |
| 59 }, | |
| 60 "Win 7 Intel GPU Perf": { | |
| 61 "scripts": [ | |
| 62 { | |
| 63 "name": "gpu_perftests", | |
| 64 "script": "gtest_perf_test.py", | |
| 65 "args": ["gpu_perftests", "--single-process-tests"] | |
| 66 } | |
| 67 ] | |
| 68 }, | |
| 69 "Win 7 Nvidia GPU Perf": { | |
| 70 "scripts": [ | |
| 71 { | |
| 72 "name": "gpu_perftests", | |
| 73 "script": "gtest_perf_test.py", | |
| 74 "args": ["gpu_perftests", "--single-process-tests"] | |
| 75 } | |
| 76 ] | |
| 77 }, | |
| 78 "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.
| |
| 79 "scripts": [ | |
| 80 { | |
| 81 "name": "gpu_perftests", | |
| 82 "script": "gtest_perf_test.py", | |
| 83 "args": ["gpu_perftests"] | |
| 84 } | |
| 85 ] | |
| 86 }, | |
| 87 "Mac 10.8 Perf (1)": { | |
| 88 "scripts": [ | |
| 89 { | |
| 90 "name": "gpu_perftests", | |
| 91 "script": "gtest_perf_test.py", | |
| 92 "args": ["gpu_perftests", "--single-process-tests"] | |
| 93 } | |
| 94 ] | |
| 95 }, | |
| 96 "Mac 10.9 Perf (1)": { | |
| 97 "scripts": [ | |
| 98 { | |
| 99 "name": "gpu_perftests", | |
| 100 "script": "gtest_perf_test.py", | |
| 101 "args": ["gpu_perftests", "--single-process-tests"] | |
| 102 } | |
| 103 ] | |
| 41 } | 104 } |
| 42 } | 105 } |
| OLD | NEW |