mirror of
https://github.com/LukeHagar/appwrite-starter-function.git
synced 2025-12-06 12:27:49 +00:00
load test updates
This commit is contained in:
@@ -2,12 +2,8 @@ config:
|
|||||||
target: http://bun.plygrnd.org
|
target: http://bun.plygrnd.org
|
||||||
phases:
|
phases:
|
||||||
- duration: 600
|
- duration: 600
|
||||||
arrivalRate: 20
|
arrivalRate: 50
|
||||||
rampTo: 30
|
rampTo: 100
|
||||||
name: Warm up phase
|
|
||||||
- duration: 600
|
|
||||||
arrivalRate: 30
|
|
||||||
rampTo: 50
|
|
||||||
name: Ramp up load
|
name: Ramp up load
|
||||||
- duration: 600
|
- duration: 600
|
||||||
arrivalRate: 100
|
arrivalRate: 100
|
||||||
@@ -15,16 +11,6 @@ config:
|
|||||||
name: Spike phase
|
name: Spike phase
|
||||||
# Load & configure a couple of useful plugins
|
# Load & configure a couple of useful plugins
|
||||||
# https://docs.art/reference/extensions
|
# 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:
|
scenarios:
|
||||||
- flow:
|
- flow:
|
||||||
- get:
|
- get:
|
||||||
|
|||||||
@@ -2,12 +2,8 @@ config:
|
|||||||
target: http://node.plygrnd.org
|
target: http://node.plygrnd.org
|
||||||
phases:
|
phases:
|
||||||
- duration: 600
|
- duration: 600
|
||||||
arrivalRate: 20
|
arrivalRate: 50
|
||||||
rampTo: 30
|
rampTo: 100
|
||||||
name: Warm up phase
|
|
||||||
- duration: 600
|
|
||||||
arrivalRate: 30
|
|
||||||
rampTo: 50
|
|
||||||
name: Ramp up load
|
name: Ramp up load
|
||||||
- duration: 600
|
- duration: 600
|
||||||
arrivalRate: 100
|
arrivalRate: 100
|
||||||
@@ -15,16 +11,6 @@ config:
|
|||||||
name: Spike phase
|
name: Spike phase
|
||||||
# Load & configure a couple of useful plugins
|
# Load & configure a couple of useful plugins
|
||||||
# https://docs.art/reference/extensions
|
# 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:
|
scenarios:
|
||||||
- flow:
|
- flow:
|
||||||
- get:
|
- get:
|
||||||
|
|||||||
Reference in New Issue
Block a user