-
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
ベンチマーク関連ページの実装 #26
base: main
Are you sure you want to change the base?
ベンチマーク関連ページの実装 #26
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.
ありがとう
statusがwaiting or runningであれば、statusがfinishedになるまでポーリングをしてログを更新し続けてほしいです。バックエンド無いとやりにくいから後からということならok
</div> | ||
</div> | ||
<div class="bench-log-container"> | ||
<pre><code>{{ log }}</code></pre> |
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.
logの行数は1始まりがいいかも
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.
そもそも行数を付ける気はなかったです (コードではないので、行数はいらなさそう & たぶんベンチマークのログに時刻がついてる)
</script> | ||
|
||
<template> | ||
<div class="bench-list"> |
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.
スコアで並び替えたり実行ユーザーとかステータスで絞り込めたらうれしいかも
後からでもいい
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.
ちょっとめんどくさいので、後からやることにします
#27 がないと型エラーが起きる |
<div v-if="bench" class="bench-detail-container"> | ||
<div class="bench-score-container"> | ||
<div class="bench-score-label">スコア</div> | ||
<div v-if="bench.score !== undefined" class="bench-score-content">{{ bench.score }}</div> |
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.
スコアをコンマ区切り(123,456)で書きたいかも
No description provided.