diff --git a/artillery-stress-test.yml b/artillery-stress-test.yml new file mode 100644 index 00000000..560984c7 --- /dev/null +++ b/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"