Skip to content

Instantly share code, notes, and snippets.

@Jiveloper
Created October 31, 2022 14:16
Show Gist options
  • Save Jiveloper/a343cb5e677237eb17ae175a0dbf05f1 to your computer and use it in GitHub Desktop.
Save Jiveloper/a343cb5e677237eb17ae175a0dbf05f1 to your computer and use it in GitHub Desktop.
성능테스트 블로깅
# 테스트 실행 시간
k6 run test.js --duration 10s
# 스크립트 반복 횟수
k6 run test.js --iterations 100
k6 run test.js -i 100
# 가상 사용자 수
# 가상 사용자 및 테스트 시간과 반복 횟수 설정
k6 run test.js --vus 10 --duration 1m
k6 run test.js -u 10 --iterations 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment