Skip to content

Instantly share code, notes, and snippets.

@lleellee0
Last active January 27, 2021 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lleellee0/966c6922099c650982577359bb08b5b7 to your computer and use it in GitHub Desktop.
Save lleellee0/966c6922099c650982577359bb08b5b7 to your computer and use it in GitHub Desktop.
* Artillery 스트레스 테스트 스크립트 (cpu-test.yaml)
config:
target: "http://여러분의_인스턴스_IP"
phases:
- duration: 60
arrivalRate: 1
name: Warm up
scenarios:
# We define one scenario:
- name: "just get hash"
flow:
- get:
url: "/hash/123"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment