Skip to content

Instantly share code, notes, and snippets.

@simontabor
Last active March 31, 2020 14:12
Show Gist options
  • Save simontabor/d2d1add0083f696b10ae3fd3ba60e508 to your computer and use it in GitHub Desktop.
Save simontabor/d2d1add0083f696b10ae3fd3ba60e508 to your computer and use it in GitHub Desktop.
Artillery load test
config:
target: ""
phases:
- duration: 120
arrivalRate: 10
scenarios:
- flow:
- loop:
- get:
url: "/test"
count: 3
- post:
url: "/test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment