Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_revisions.json

Issue 1573293002: Change auto_bisect to post results to perf dashboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: post_bisect to post_bisect_results Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 "cmd": [], 544 "cmd": [],
545 "cwd": "[SLAVE_BUILD]", 545 "cwd": "[SLAVE_BUILD]",
546 "name": "Results", 546 "name": "Results",
547 "~followup_annotations": [ 547 "~followup_annotations": [
548 "@@@STEP_TEXT@", 548 "@@@STEP_TEXT@",
549 "===== PERF TRY JOB RESULTS =====", 549 "===== PERF TRY JOB RESULTS =====",
550 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider ", 550 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider ",
551 "Test Metric: dummy/dummy", 551 "Test Metric: dummy/dummy",
552 "Relative Change: 0.00000%", 552 "Relative Change: 0.00000%",
553 "Standard Error: +- 0.18047 delta", 553 "Standard Error: +- 0.18047 delta",
554 "Revision Mean Std.Error ", 554 "Revision Mean Std.Error",
555 "Patch 5.80533333333 0.127614436662 ", 555 "Patch 5.805333333330.127614436662",
556 "No Patch 5.80533333333 0.127614436662 ", 556 "No Patch 5.805333333330.127614436662",
557 "@@@", 557 "@@@",
558 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@" 558 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@"
559 ] 559 ]
560 }, 560 },
561 { 561 {
562 "cmd": [
563 "python",
564 "-u",
565 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
566 ],
567 "cwd": "[SLAVE_BUILD]",
568 "name": "Post bisect results",
569 "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\"}",
570 "stdout": "/path/to/tmp/json",
571 "~followup_annotations": [
572 "@@@STEP_LOG_LINE@json.output@{@@@",
573 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
574 "@@@STEP_LOG_LINE@json.output@}@@@",
575 "@@@STEP_LOG_END@json.output@@@"
576 ]
577 },
578 {
562 "name": "$result", 579 "name": "$result",
563 "recipe_result": null, 580 "recipe_result": null,
564 "status_code": 0 581 "status_code": 0
565 } 582 }
566 ] 583 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698