Skip to content

Commit

Permalink
Merge pull request #173 from markalbrand56/jime
Browse files Browse the repository at this point in the history
Create stress.yml
  • Loading branch information
angelcast2002 authored Sep 27, 2023
2 parents 5c61a80 + 80df032 commit 0d57195
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions uniEmpleos/stress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
config:
# This is a test server run by team Artillery
# It's designed to be highly scalable
target: https://sage-palmier-936be2.netlify.app/
phases:
- duration: 60
arrivalRate: 5
rampTo: 10
name: Warm up the API
- duration: 60
arrivalRate: 10
rampTo: 50
name: Ramp up to peak load
- duration: 300
arrivalRate: 50
name: Sustained peak load
# Load & configure a couple of useful plugins
# https://docs.art/reference/extensions
plugins:
ensure: {}
apdex: {}
metrics-by-endpoint: {}
apdex:
threshold: 100
ensure:
thresholds:
- http.response_time.p99: 100
- http.response_time.p95: 75
scenarios:
- flow:
- loop:
- get:
url: "/"
- get:
url: "/login"
- get:
url: "/signup"
count: 100

0 comments on commit 0d57195

Please sign in to comment.