mirror of
https://github.com/LukeHagar/appwrite-starter-function.git
synced 2025-12-08 12:27:49 +00:00
adjusted scale
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
config:
|
||||
target: http://bun.plygrnd.org
|
||||
phases:
|
||||
- duration: 600
|
||||
- duration: 60
|
||||
arrivalRate: 50
|
||||
rampTo: 100
|
||||
name: Ramp up load
|
||||
- duration: 600
|
||||
- duration: 60
|
||||
arrivalRate: 100
|
||||
rampTo: 600
|
||||
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:
|
||||
|
||||
@@ -1,16 +1,20 @@
|
||||
config:
|
||||
target: http://node.plygrnd.org
|
||||
phases:
|
||||
- duration: 600
|
||||
- duration: 60
|
||||
arrivalRate: 50
|
||||
rampTo: 100
|
||||
name: Ramp up load
|
||||
- duration: 600
|
||||
- duration: 60
|
||||
arrivalRate: 100
|
||||
rampTo: 600
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user