OLD | NEW |
1 { | 1 { |
2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, | 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, |
3 "AAAAA2 See generate_perf_json.py to make changes": {}, | 3 "AAAAA2 See generate_perf_json.py to make changes": {}, |
4 "Android Galaxy S5 Perf (3)": { | 4 "Android Galaxy S5 Perf (3)": { |
5 "scripts": [ | 5 "scripts": [ |
6 { | 6 { |
7 "args": [ | 7 "args": [ |
8 "cc_perftests" | 8 "cc_perftests" |
9 ], | 9 ], |
10 "name": "cc_perftests", | 10 "name": "cc_perftests", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 { | 89 { |
90 "args": [ | 90 "args": [ |
91 "cc_perftests", | 91 "cc_perftests", |
92 "--test-launcher-print-test-stdio=always" | 92 "--test-launcher-print-test-stdio=always" |
93 ], | 93 ], |
94 "name": "cc_perftests", | 94 "name": "cc_perftests", |
95 "script": "gtest_perf_test.py" | 95 "script": "gtest_perf_test.py" |
96 }, | 96 }, |
97 { | 97 { |
98 "args": [ | 98 "args": [ |
| 99 "components_perftests", |
| 100 "--test-launcher-print-test-stdio=always", |
| 101 "--gtest_filter=BlankPerfTest.BlankActivity" |
| 102 ], |
| 103 "name": "components_perftests", |
| 104 "script": "gtest_perf_test.py" |
| 105 }, |
| 106 { |
| 107 "args": [ |
99 "load_library_perf_tests", | 108 "load_library_perf_tests", |
100 "--test-launcher-print-test-stdio=always" | 109 "--test-launcher-print-test-stdio=always" |
101 ], | 110 ], |
102 "name": "load_library_perf_tests", | 111 "name": "load_library_perf_tests", |
103 "script": "gtest_perf_test.py" | 112 "script": "gtest_perf_test.py" |
104 } | 113 } |
105 ] | 114 ] |
106 }, | 115 }, |
107 "Win 7 ATI GPU Perf (2)": { | 116 "Win 7 ATI GPU Perf (2)": { |
108 "scripts": [ | 117 "scripts": [ |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 240 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
232 "--test-launcher-jobs=1", | 241 "--test-launcher-jobs=1", |
233 "--enable-gpu" | 242 "--enable-gpu" |
234 ], | 243 ], |
235 "name": "performance_browser_tests", | 244 "name": "performance_browser_tests", |
236 "script": "gtest_perf_test.py" | 245 "script": "gtest_perf_test.py" |
237 } | 246 } |
238 ] | 247 ] |
239 } | 248 } |
240 } | 249 } |
OLD | NEW |