| OLD | NEW |
| 1 { | 1 { |
| 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, | 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, |
| 3 "AAAAA2 See //tools/perf/generate_perf_json.py to make changes": {}, | 3 "AAAAA2 See //tools/perf/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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "load_library_perf_tests", | 99 "load_library_perf_tests", |
| 100 "--test-launcher-print-test-stdio=always" | 100 "--test-launcher-print-test-stdio=always" |
| 101 ], | 101 ], |
| 102 "name": "load_library_perf_tests", | 102 "name": "load_library_perf_tests", |
| 103 "script": "gtest_perf_test.py" | 103 "script": "gtest_perf_test.py" |
| 104 }, |
| 105 { |
| 106 "args": [ |
| 107 "tracing_perftests", |
| 108 "--test-launcher-print-test-stdio=always" |
| 109 ], |
| 110 "name": "tracing_perftests", |
| 111 "script": "gtest_perf_test.py" |
| 104 } | 112 } |
| 105 ] | 113 ] |
| 106 }, | 114 }, |
| 107 "Win 7 ATI GPU Perf (2)": { | 115 "Win 7 ATI GPU Perf (2)": { |
| 108 "scripts": [ | 116 "scripts": [ |
| 109 { | 117 { |
| 110 "args": [ | 118 "args": [ |
| 111 "angle_perftests", | 119 "angle_perftests", |
| 112 "--test-launcher-print-test-stdio=always", | 120 "--test-launcher-print-test-stdio=always", |
| 113 "--test-launcher-jobs=1" | 121 "--test-launcher-jobs=1" |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 239 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 232 "--test-launcher-jobs=1", | 240 "--test-launcher-jobs=1", |
| 233 "--enable-gpu" | 241 "--enable-gpu" |
| 234 ], | 242 ], |
| 235 "name": "performance_browser_tests", | 243 "name": "performance_browser_tests", |
| 236 "script": "gtest_perf_test.py" | 244 "script": "gtest_perf_test.py" |
| 237 } | 245 } |
| 238 ] | 246 ] |
| 239 } | 247 } |
| 240 } | 248 } |
| OLD | NEW |