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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "Avg dummy: 5.907711ms", 433 "Avg dummy: 5.907711ms",
434 "Sd dummy: 0.255921ms", 434 "Sd dummy: 0.255921ms",
435 "RESULT telemetry_page_measurement_results: num_failed= 0 count", 435 "RESULT telemetry_page_measurement_results: num_failed= 0 count",
436 "RESULT telemetry_page_measurement_results: num_errored= 0 count", 436 "RESULT telemetry_page_measurement_results: num_errored= 0 count",
437 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu lts/results-without_patch", 437 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu lts/results-without_patch",
438 "@@@", 438 "@@@",
439 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@" 439 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@"
440 ] 440 ]
441 }, 441 },
442 { 442 {
443 "cmd": [
444 "cat",
445 "{\"bisect_bot\": \"\", \"buildbot_log_url\": \"\", \"cloud_link\": \"http ://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch\ ", \"command\": \"src/tools/perf/run_benchmark -v --browser=release sunspider\", \"metric\": null, \"status\": \"completed\", \"try_job_id\": null, \"warnings\" : [\"No values from test with patch, or none from test without patch.\\n Output with patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms \\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results: num_failed = 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0 count\\n\\ nView online at http://storage.googleapis.com/chromium-telemetry/html-results/re sults-with_patch\\n\\n\\nOutput without patch:\\n*RESULT dummy: dummy= [5.83,6.0 13,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_p age_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_measurement _results: num_errored= 0 count\\n\\nView online at http://storage.googleapis.com /chromium-telemetry/html-results/results-without_patch\\n\"]}"
446 ],
447 "cwd": "[SLAVE_BUILD]",
448 "name": "Results (2)",
449 "stdout": "/path/to/tmp/json",
450 "~followup_annotations": [
451 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
452 "@@@STEP_LOG_END@json.output (invalid)@@@"
453 ]
454 },
455 {
456 "cmd": [
457 "python",
458 "-u",
459 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
460 ],
461 "cwd": "[SLAVE_BUILD]",
462 "name": "Post bisect results",
463 "stdin": "{\"data\": {\"bisect_bot\": \"\", \"buildbot_log_url\": \"\", \"cl oud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-results/resu lts-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=re lease sunspider\", \"metric\": null, \"status\": \"completed\", \"try_job_id\": null, \"warnings\": [\"No values from test with patch, or none from test without patch.\\n Output with patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_r esults: num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_err ored= 0 count\\n\\nView online at http://storage.googleapis.com/chromium-telemet ry/html-results/results-with_patch\\n\\n\\nOutput without patch:\\n*RESULT dummy : dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\n RESULT telemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetr y_page_measurement_results: num_errored= 0 count\\n\\nView online at http://stor age.googleapis.com/chromium-telemetry/html-results/results-without_patch\\n\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
464 "stdout": "/path/to/tmp/json",
465 "~followup_annotations": [
466 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
467 "@@@STEP_LOG_END@json.output (invalid)@@@"
468 ]
469 },
470 {
443 "name": "$result", 471 "name": "$result",
444 "recipe_result": null, 472 "recipe_result": null,
445 "status_code": 0 473 "status_code": 0
446 } 474 }
447 ] 475 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698