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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 "cmd": [], | 571 "cmd": [], |
572 "cwd": "[SLAVE_BUILD]", | 572 "cwd": "[SLAVE_BUILD]", |
573 "name": "Results", | 573 "name": "Results", |
574 "~followup_annotations": [ | 574 "~followup_annotations": [ |
575 "@@@STEP_TEXT@", | 575 "@@@STEP_TEXT@", |
576 "===== PERF TRY JOB RESULTS =====", | 576 "===== PERF TRY JOB RESULTS =====", |
577 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider
", | 577 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider
", |
578 "Test Metric: dummy/dummy", | 578 "Test Metric: dummy/dummy", |
579 "Relative Change: 0.00000%", | 579 "Relative Change: 0.00000%", |
580 "Standard Error: +- 0.18047 delta", | 580 "Standard Error: +- 0.18047 delta", |
581 "Revision Mean Std.Error ", | 581 "Revision Mean Std.Error", |
582 "Patch 5.80533333333 0.127614436662 ", | 582 "Patch 5.805333333330.127614436662", |
583 "No Patch 5.80533333333 0.127614436662 ", | 583 "No Patch 5.805333333330.127614436662", |
584 "@@@", | 584 "@@@", |
585 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" | 585 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" |
586 ] | 586 ] |
587 }, | 587 }, |
588 { | 588 { |
| 589 "cmd": [ |
| 590 "python", |
| 591 "-u", |
| 592 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 593 ], |
| 594 "cwd": "[SLAVE_BUILD]", |
| 595 "name": "Post bisect results", |
| 596 "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\"}", |
| 597 "stdout": "/path/to/tmp/json", |
| 598 "~followup_annotations": [ |
| 599 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 600 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 601 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 602 "@@@STEP_LOG_END@json.output@@@" |
| 603 ] |
| 604 }, |
| 605 { |
589 "name": "$result", | 606 "name": "$result", |
590 "recipe_result": null, | 607 "recipe_result": null, |
591 "status_code": 0 | 608 "status_code": 0 |
592 } | 609 } |
593 ] | 610 ] |
OLD | NEW |