Skip to content

Commit

Permalink
성능 테스트 개요
Browse files Browse the repository at this point in the history
  • Loading branch information
greeng00se committed Sep 10, 2023
1 parent 34c0e87 commit c4039fe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 성능 테스트
slug: performance-test
tags: [Mockito, static]
---

### 성능 테스트

API의 요청이 많은 상황에서 서버가 어떻게 동작하는지 확인하는 테스트

시스템에 부하가 걸리면 문제 상황이 발생할 수 있다.
다양한 상황에 대비해서 성능 테스트를 해야한다.

![./test.png](./test.png)

### 참고 자료

[Load test types, k6](https://k6.io/docs/test-types/load-test-types/)
자바 최적화 - 벤저민 J. 에번스, 제임스 고프, 크리스 뉴랜드
아마존 웹 서비스 부하 테스트 입문 - 나카가와 타루하치, 모리시타 켄
Binary file added blog/2023-3/2023-09-10-성능 테스트/test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4039fe

Please sign in to comment.