| OLD | NEW |
| 1 { | 1 { |
| 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, |
| 3 "AAAAA2 See generate_perf_json.py to make changes": {}, |
| 2 "Android Galaxy S5 Perf (3)": { | 4 "Android Galaxy S5 Perf (3)": { |
| 3 "scripts": [ | 5 "scripts": [ |
| 4 { | 6 { |
| 5 "args": [ | 7 "args": [ |
| 6 "cc_perftests" | 8 "cc_perftests" |
| 7 ], | 9 ], |
| 8 "name": "cc_perftests", | 10 "name": "cc_perftests", |
| 9 "script": "gtest_perf_test.py" | 11 "script": "gtest_perf_test.py" |
| 10 }, | 12 }, |
| 11 { | 13 { |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 231 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 230 "--test-launcher-jobs=1", | 232 "--test-launcher-jobs=1", |
| 231 "--enable-gpu" | 233 "--enable-gpu" |
| 232 ], | 234 ], |
| 233 "name": "performance_browser_tests", | 235 "name": "performance_browser_tests", |
| 234 "script": "gtest_perf_test.py" | 236 "script": "gtest_perf_test.py" |
| 235 } | 237 } |
| 236 ] | 238 ] |
| 237 } | 239 } |
| 238 } | 240 } |
| OLD | NEW |