Skip to content

Commit

Permalink
Add artillery-io stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcollazo committed Apr 14, 2022
1 parent 257dbfd commit aa4202f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions artillery-stress-test.yml
@@ -0,0 +1,18 @@
config:
target: "http://localhost:5000"
phases:
- duration: 20
arrivalRate: 5
name: Warm up
- duration: 60
arrivalRate: 5
rampTo: 50
name: Ramp up load
- duration: 120
arrivalRate: 50
name: Sustained load
scenarios:
- name: "Ask Catanatron"
flow:
- get:
url: "/api/stress-test"

0 comments on commit aa4202f

Please sign in to comment.