Files
appwrite-starter-function/node-load-test.yaml
2024-02-12 10:48:31 -06:00

32 lines
647 B
YAML

config:
target: http://node.plygrnd.org
phases:
- duration: 600
arrivalRate: 20
rampTo: 30
name: Warm up phase
- duration: 600
arrivalRate: 30
rampTo: 50
name: Ramp up load
- duration: 600
arrivalRate: 100
rampTo: 600
name: Spike phase
# 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:
- get:
url: "/"