[#23, 14] 이미지 업로드 및 서버에서 파일 삭제할 때 병렬 삭제와 순차 삭제에 대한 벤치마크 테스트 #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Number: #23, #14
🔖 Summary
변경 사항 및 관련 이슈에 대해 간단하게 작성해주세요.
🖊️ Description
필요시 요약에 대해 더 자세히 작성해주세요.
이미지 업로드 테스트를 위해 테스트 용으로 이미지 파일을 만들고 업로드 서비스 로직을 태운다.
파일 삭제에 대한 성능 테스트를 위해 테스트 파일을 생성하고 병렬 삭제와 순차 삭제를 각기 진행하여 실행 시간을 비교한다.
테스트 결과 병렬 처리가 순차 처리보다 실행 시간이 적은걸 확인할 수 있었다
(실행 시간 옆의 수는 평균 실행 속도를 내기 위해 벤치마크 테스트가 반복되는 횟수다)
✅ checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.