OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
438 "cmd": [], | 438 "cmd": [], |
439 "cwd": "[SLAVE_BUILD]", | 439 "cwd": "[SLAVE_BUILD]", |
440 "name": "Results", | 440 "name": "Results", |
441 "~followup_annotations": [ | 441 "~followup_annotations": [ |
442 "@@@STEP_TEXT@", | 442 "@@@STEP_TEXT@", |
443 "===== PERF TRY JOB RESULTS =====", | 443 "===== PERF TRY JOB RESULTS =====", |
444 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider
", | 444 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider
", |
445 "Test Metric: dummy/dummy", | 445 "Test Metric: dummy/dummy", |
446 "Relative Change: 0.00000%", | 446 "Relative Change: 0.00000%", |
447 "Standard Error: +- 0.18047 delta", | 447 "Standard Error: +- 0.18047 delta", |
448 "Revision Mean Std.Error ", | 448 "Revision Mean Std.Error", |
449 "Patch 5.80533333333 0.127614436662 ", | 449 "Patch 5.805333333330.127614436662", |
450 "No Patch 5.80533333333 0.127614436662 ", | 450 "No Patch 5.805333333330.127614436662", |
451 "@@@", | 451 "@@@", |
452 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" | 452 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" |
453 ] | 453 ] |
454 }, | 454 }, |
455 { | 455 { |
| 456 "cmd": [ |
| 457 "python", |
| 458 "-u", |
| 459 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 460 ], |
| 461 "cwd": "[SLAVE_BUILD]", |
| 462 "name": "Post bisect results", |
| 463 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"change\":
0.0, \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-res
ults/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --b
rowser=release sunspider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [],
\"result\": \"Revision Mean Std.Error\\nPatch 5.805333333330.12
7614436662\\nNo Patch 5.805333333330.127614436662\", \"status\": \"completed\
", \"std_err\": 0.1804740670813644, \"try_job_id\": null}, \"url\": \"https://ch
romeperf.appspot.com/post_bisect_results\"}", |
| 464 "stdout": "/path/to/tmp/json", |
| 465 "~followup_annotations": [ |
| 466 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 467 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 468 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 469 "@@@STEP_LOG_END@json.output@@@" |
| 470 ] |
| 471 }, |
| 472 { |
456 "name": "$result", | 473 "name": "$result", |
457 "recipe_result": null, | 474 "recipe_result": null, |
458 "status_code": 0 | 475 "status_code": 0 |
459 } | 476 } |
460 ] | 477 ] |
OLD | NEW |