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

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: update 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.80533333333 0.127614436662 ",
556 "No Patch 5.80533333333 0.127614436662 ", 556 "No Patch 5.80533333333 0.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 "cat",
564 "{\"bisect_bot\": \"\", \"buildbot_log_url\": \"\", \"change\": 0.0, \"clo ud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-results/resul ts-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=rel ease sunspider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [], \"result\ ": \"Revision Mean Std.Error \\nPatch 5.8053333333 3 0.127614436662 \\nNo Patch 5.80533333333 0.127614436662 \", \"status\" : \"completed\", \"std_err\": 0.1804740670813644, \"try_job_id\": null}"
565 ],
566 "cwd": "[SLAVE_BUILD]",
567 "name": "Results (2)",
568 "stdout": "/path/to/tmp/json",
569 "~followup_annotations": [
570 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
571 "@@@STEP_LOG_END@json.output (invalid)@@@"
572 ]
573 },
574 {
575 "cmd": [
576 "python",
577 "-u",
578 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
579 ],
580 "cwd": "[SLAVE_BUILD]",
581 "name": "Post bisect results",
582 "stdin": "{\"data\": {\"bisect_bot\": \"\", \"buildbot_log_url\": \"\", \"ch ange\": 0.0, \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/ html-results/results-without_patch\", \"command\": \"src/tools/perf/run_benchmar k -v --browser=release sunspider\", \"metric\": \"dummy/dummy\", \"profiler_link s\": [], \"result\": \"Revision Mean Std.Error \\nPatch 5.80533333333 0.127614436662 \\nNo Patch 5.80533333333 0.127614436 662 \", \"status\": \"completed\", \"std_err\": 0.1804740670813644, \"try_job_id \": null}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
583 "stdout": "/path/to/tmp/json",
584 "~followup_annotations": [
585 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
586 "@@@STEP_LOG_END@json.output (invalid)@@@"
587 ]
588 },
589 {
562 "name": "$result", 590 "name": "$result",
563 "recipe_result": null, 591 "recipe_result": null,
564 "status_code": 0 592 "status_code": 0
565 } 593 }
566 ] 594 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698