diff --git a/README.md b/README.md
index 1ec3c46..48ab825 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,26 @@
- **해결**: **Kafka 기반 Event-Driven 아키텍처**로 전환하여 비동기 Batch Insert 처리
- **결과**: DB 부하를 격리하고 소비(Consume) 속도를 Throttling하여 시스템 안정성 및 최종 처리량 향상
+#### Throughput(TPS)
+| Before | | After |
+|:----------------------------------------------:|:-----------:|:----------------------------------------------:|
+|
| → |
|
+
+#### Latency p95
+| Before | | After |
+|:----------------------------------------------:|:-----------:|:----------------------------------------------:|
+|
| → |
|
+
+#### HikariCP Connection
+| Before | | After |
+|:--------------------------------------------:|:----------:|:--------------------------------------------:|
+|
| → |
|
+
+#### QPS
+| Before | | After |
+|:---------------------------------------:|:----------:|:--------------------------------------------:|
+|
| → |
|
+
## 4. 사용한 기술
diff --git a/assets/Throughput1.png b/assets/Throughput1.png
new file mode 100644
index 0000000..cad5d3f
Binary files /dev/null and b/assets/Throughput1.png differ
diff --git a/assets/Throughput2.png b/assets/Throughput2.png
new file mode 100644
index 0000000..1828913
Binary files /dev/null and b/assets/Throughput2.png differ
diff --git a/assets/hikaricp1.png b/assets/hikaricp1.png
new file mode 100644
index 0000000..60a80cd
Binary files /dev/null and b/assets/hikaricp1.png differ
diff --git a/assets/hikaricp2.png b/assets/hikaricp2.png
new file mode 100644
index 0000000..3b69765
Binary files /dev/null and b/assets/hikaricp2.png differ
diff --git a/assets/latency1.png b/assets/latency1.png
new file mode 100644
index 0000000..fc0008e
Binary files /dev/null and b/assets/latency1.png differ
diff --git a/assets/latency2.png b/assets/latency2.png
new file mode 100644
index 0000000..f734f4c
Binary files /dev/null and b/assets/latency2.png differ
diff --git a/assets/qps1.png b/assets/qps1.png
new file mode 100644
index 0000000..9dd513b
Binary files /dev/null and b/assets/qps1.png differ
diff --git a/assets/qps2.png b/assets/qps2.png
new file mode 100644
index 0000000..b887a2e
Binary files /dev/null and b/assets/qps2.png differ