| 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 "--adb-path", | 9 "--adb-path", |
| 10 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb" | 10 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb" |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "Android Nexus9 Perf (2)": { | 83 "Android Nexus9 Perf (2)": { |
| 84 "scripts": [ | 84 "scripts": [ |
| 85 { | 85 { |
| 86 "args": [ | 86 "args": [ |
| 87 "cc_perftests", | 87 "cc_perftests", |
| 88 "--adb-path", | 88 "--adb-path", |
| 89 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb" | 89 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb" |
| 90 ], | 90 ], |
| 91 "name": "cc_perftests", | 91 "name": "cc_perftests", |
| 92 "script": "gtest_perf_test.py" | 92 "script": "gtest_perf_test.py" |
| 93 }, | |
| 94 { | |
| 95 "args": [ | |
| 96 "gpu_perftests", | |
| 97 "--adb-path", | |
| 98 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb" | |
| 99 ], | |
| 100 "name": "gpu_perftests", | |
| 101 "script": "gtest_perf_test.py" | |
| 102 } | 93 } |
| 103 ] | 94 ] |
| 104 }, | 95 }, |
| 105 "Linux Perf (3)": { | 96 "Linux Perf (3)": { |
| 106 "scripts": [ | 97 "scripts": [ |
| 107 { | 98 { |
| 108 "args": [ | 99 "args": [ |
| 109 "cc_perftests", | 100 "cc_perftests", |
| 110 "--test-launcher-print-test-stdio=always" | 101 "--test-launcher-print-test-stdio=always" |
| 111 ], | 102 ], |
| (...skipping 20943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21055 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 21046 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 21056 "--test-launcher-jobs=1", | 21047 "--test-launcher-jobs=1", |
| 21057 "--enable-gpu" | 21048 "--enable-gpu" |
| 21058 ], | 21049 ], |
| 21059 "name": "performance_browser_tests", | 21050 "name": "performance_browser_tests", |
| 21060 "script": "gtest_perf_test.py" | 21051 "script": "gtest_perf_test.py" |
| 21061 } | 21052 } |
| 21062 ] | 21053 ] |
| 21063 } | 21054 } |
| 21064 } | 21055 } |
| OLD | NEW |