본문 바로가기

시작이 반

검색하기
시작이 반
프로필사진 G_Gi

  • 분류 전체보기 (287)
    • 알고리즘 (178)
      • 백준 (90)
      • Programmers (83)
      • 활용 방법 (4)
    • Programming (98)
      • Java (9)
      • Kotlin (5)
      • Python (2)
      • MySQL (8)
      • Spring (39)
      • JPA (11)
      • MSA (13)
      • WEB (2)
      • React (1)
      • 기타 (8)
    • 기타 (7)
      • 계획 (2)
      • 면접준비 (5)
      • 포트폴리오 (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • 백준 파이썬
  • MySQL
  • Spring Boot
  • 백준 16719
  • 백준
  • 프로래머스
  • 웹어플리케이션 서버
  • with recursive
  • springboot
  • 프로그래머스
  • Kotlin
  • 백준 16236
  • spring cloud
  • 백준 19238
  • 파이썬
  • 백준 15685
  • re.split
  • MSA
  • JPA
  • 백준 17779
  • java 기술면접
  • Coroutine
  • sql 기술면접
  • Spring
  • 백준 16235
  • spring oauth
  • 백준 17626
  • spring security
  • JVM
  • java
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록성능테스트 (1)

시작이 반

[Kotlin] SpringBoot + Coroutine 성능테스트

Tool : Jmeter 환경 : CPU 4Core 8Thread 1000명의 유저가 30초가 걸리는 api를 동시 호출 TEST1 구성 : netty + coroutine ( context : Dispatchers.IO ) @PostMapping("/api/test") suspend fun testApi():MutableMap = withContext(Dispatchers.IO){ log.info(">>>>>>>>>>>> start suspend") performService.measureTestPerform() } suspend fun measureTestPerform(): MutableMap = withContext(Dispatchers.IO) { val map = mutableMapOf() val..

Programming/Kotlin 2023. 6. 6. 20:03
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바