mirror of
https://github.com/LukeHagar/appwrite-starter-function.git
synced 2025-12-06 04:19:14 +00:00
22 lines
416 B
YAML
22 lines
416 B
YAML
config:
|
|
target: http://bun.plygrnd.org
|
|
phases:
|
|
- duration: 600
|
|
arrivalRate: 50
|
|
rampTo: 100
|
|
name: Ramp up load
|
|
- duration: 600
|
|
arrivalRate: 100
|
|
rampTo: 300
|
|
name: Spike phase
|
|
# Load & configure a couple of useful plugins
|
|
# https://docs.art/reference/extensions
|
|
plugins:
|
|
apdex: {}
|
|
apdex:
|
|
threshold: 100
|
|
scenarios:
|
|
- flow:
|
|
- get:
|
|
url: "/"
|
|
|