| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", | 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot" | 8 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]\\skia", | 10 "cwd": "[SLAVE_BUILD]\\skia", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 "cmd": [ | 115 "cmd": [ |
| 116 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", | 116 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", |
| 117 "--undefok", | 117 "--undefok", |
| 118 "-i", | 118 "-i", |
| 119 "[SLAVE_BUILD]\\skia\\resources", | 119 "[SLAVE_BUILD]\\skia\\resources", |
| 120 "--skps", | 120 "--skps", |
| 121 "[SLAVE_BUILD]\\skps", | 121 "[SLAVE_BUILD]\\skps", |
| 122 "--images", | 122 "--images", |
| 123 "[SLAVE_BUILD]\\images\\dm", | 123 "[SLAVE_BUILD]\\images\\nanobench", |
| 124 "--nocpu", | 124 "--nocpu", |
| 125 "--dummy-flags", | 125 "--dummy-flags", |
| 126 "--outResultsFile", | 126 "--outResultsFile", |
| 127 "[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Rele
ase-Trybot\\data\\nanobench_abc123.json", | 127 "[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Rele
ase-Trybot\\data\\nanobench_abc123.json", |
| 128 "--properties", | 128 "--properties", |
| 129 "gitHash", | 129 "gitHash", |
| 130 "abc123", | 130 "abc123", |
| 131 "build_number", | 131 "build_number", |
| 132 "5", | 132 "5", |
| 133 "issue", | 133 "issue", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 199 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 200 "@@@STEP_LOG_END@python.inline@@@" | 200 "@@@STEP_LOG_END@python.inline@@@" |
| 201 ] | 201 ] |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 "name": "$result", | 204 "name": "$result", |
| 205 "recipe_result": null, | 205 "recipe_result": null, |
| 206 "status_code": 0 | 206 "status_code": 0 |
| 207 } | 207 } |
| 208 ] | 208 ] |
| OLD | NEW |