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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "cmd": [], 420 "cmd": [],
421 "cwd": "[SLAVE_BUILD]", 421 "cwd": "[SLAVE_BUILD]",
422 "name": "Results", 422 "name": "Results",
423 "~followup_annotations": [ 423 "~followup_annotations": [
424 "@@@STEP_TEXT@", 424 "@@@STEP_TEXT@",
425 "===== PERF TRY JOB RESULTS =====", 425 "===== PERF TRY JOB RESULTS =====",
426 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider ", 426 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider ",
427 "Test Metric: dummy/dummy", 427 "Test Metric: dummy/dummy",
428 "Relative Change: 0.00000%", 428 "Relative Change: 0.00000%",
429 "Standard Error: +- 0.18047 delta", 429 "Standard Error: +- 0.18047 delta",
430 "Revision Mean Std.Error ", 430 "Revision Mean Std.Error",
431 "Patch 5.80533333333 0.127614436662 ", 431 "Patch 5.805333333330.127614436662",
432 "No Patch 5.80533333333 0.127614436662 ", 432 "No Patch 5.805333333330.127614436662",
433 "@@@", 433 "@@@",
434 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@" 434 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@"
435 ] 435 ]
436 }, 436 },
437 { 437 {
438 "cmd": [
439 "python",
440 "-u",
441 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
442 ],
443 "cwd": "[SLAVE_BUILD]",
444 "name": "Post bisect results",
445 "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\"}",
446 "stdout": "/path/to/tmp/json",
447 "~followup_annotations": [
448 "@@@STEP_LOG_LINE@json.output@{@@@",
449 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
450 "@@@STEP_LOG_LINE@json.output@}@@@",
451 "@@@STEP_LOG_END@json.output@@@"
452 ]
453 },
454 {
438 "name": "$result", 455 "name": "$result",
439 "recipe_result": null, 456 "recipe_result": null,
440 "status_code": 0 457 "status_code": 0
441 } 458 }
442 ] 459 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698