Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-star authored Jan 5, 2025
1 parent 60aaad8 commit a4ae008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public interface TicketRepository extends JpaRepository<Ticket, Long> {
- 지연 시간 = 1.28초 - 1.27초 = 0.01초
- 네트워크 지연 등을 포함한 최대 시간으로, 0.01초로 짧은 것으로 나타남
- 처리량 = 56,045 / 308.8 ≈ 181.48 RPS
- 낮은 처리량 개선 필요 - 불필요한 반복 요청 줄이기(캐싱 or 웹소켓을 사용해 서버에서 실시간으로 업데이트), 서버 성능 최적화 필요
- 낮은 처리량 개선 필요 - 불필요한 반복 요청 줄이기(웹소켓을 사용해 서버에서 실시간으로 업데이트), 서버 성능 최적화 필요


<br/>
Expand Down

0 comments on commit a4ae008

Please sign in to comment.