Skip to content
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

fix(be): return cpu-time and memory-usage null when is-judge-visible is false #2060

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

Jaehyeon1020
Copy link
Member

@Jaehyeon1020 Jaehyeon1020 commented Sep 2, 2024

Description

Closes TAS-852

isJudgeVisible == false로 세팅되어있는 대회에서, Result만 가려지고 CpuTime과 Memory Usage를 가리지 않아 결과에 대해 유추할 수 있습니다. 이 문제를 해결합니다.

cpuTime과 memoryUsage는 isJudgeVisible==false인 경우 null로 반환됩니다.

Additional context


Before submitting the PR, please make sure you do the following

Copy link

vercel bot commented Sep 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
codedang ✅ Ready (Inspect) Visit Preview Sep 2, 2024 2:35am

@Jaehyeon1020 Jaehyeon1020 merged commit 402162a into main Sep 2, 2024
15 checks passed
@Jaehyeon1020 Jaehyeon1020 deleted the t852-blind-cpu-time-memory-usage branch September 2, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants