mirror of
https://github.com/LukeHagar/appwrite-starter-function.git
synced 2025-12-06 04:19:14 +00:00
32 lines
641 B
YAML
32 lines
641 B
YAML
config:
|
|
target: http://node.plygrnd.org
|
|
phases:
|
|
- duration: 60
|
|
arrivalRate: 1
|
|
rampTo: 10
|
|
name: Warm up phase
|
|
- duration: 60
|
|
arrivalRate: 10
|
|
rampTo: 30
|
|
name: Ramp up load
|
|
- duration: 30
|
|
arrivalRate: 10
|
|
rampTo: 30
|
|
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: "/"
|
|
|