-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gRPCのスキーマ定義 #31
gRPCのスキーマ定義 #31
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 11 changed files in this pull request and generated no comments.
Files not reviewed (4)
- go.mod: Language not supported
- README.md: Evaluated as low risk
- Taskfile.yml: Evaluated as low risk
- proto/portal/v1/benchmark.proto: Evaluated as low risk
The latest Buf updates on your PR. Results from workflow Protobuf CI / buf (pull_request).
|
breakingが落ちてるのはそれはそうなので、無視してください。これがマージされたらrulesetに追加します。 |
|
||
message BenchmarkJob { | ||
string benchmark_id = 1; | ||
string target_url = 2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isuconだとurlよりipアドレスでベンチマーク対象を決めるイメージがあるのですが、urlにしている理由はありますか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URLにしておけば、IPアドレス以外にしたくなったとき(無いと思うけど)も対応できるな~と思ったぐらいで、特に深い意味はないです
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okです
protobuf関係のCIは別で結局入れた。