스트레스 테스트 툴로 성능 측정
config:
target: "http://00.00.00.00"
phases:
# 부하 테스트를 진행할 시간
- duration: 60
# 부하 테스트에 생성할 virtual user 수
arrivalRate: 1
name: Warm up
scenarios:
- name: "just get hash"
flow:
- get:
url: "/hash/123"artillery run --output report.json cpu-test.yamlartillery report report.json

염두에 둬야 할 것
Last updated