hezyin commented on code in PR #4858: URL: https://github.com/apache/incubator-devlake/pull/4858#discussion_r1159156651
########## backend/plugins/dora/e2e/snapshot_tables/project_pr_metrics.csv: ########## @@ -1,7 +1,7 @@ id,project_name,first_commit_sha,pr_coding_time,first_review_id,pr_pickup_time,pr_review_time,deployment_id,pr_deploy_time,pr_cycle_time github:GithubPullRequest:1:1043463302,project1,75ab753225b5b8acf3bc6e40e463b54b6800e7ed,,github:GithubPrComment:1:964527893,8558,2859,task11,93134,104552 github:GithubPullRequest:1:1048233599,project1,4f8cdefc9a9d53af16dd482c61623312eb9e9b5e,,github:GithubPrComment:1:1239007576,194,4033,task12,76605,80833 -github:GithubPullRequest:1:1049191985,project1,4b71faf666833c0c7b915a512811e2c5e746d3de,1,github:GithubPrComment:1:965369774,156,1712,task13,115026,116896 Review Comment: @warren830 I did some manual calculation, let me know if I did it wrong: pr_coding_time: 1 pr_pickup_time: 156 pr_review_time: 1712 pr_deploy_time: 115026 pr_cycle_time = 1 + 156 + 1712 + 115026 = 116895 Also, is this PR a real PR? Why is pr_coding_time 1 (is it because the PR is created within 60 seconds of the commit authored time)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
