mirror of
https://github.com/LukeHagar/appwrite-starter-function.git
synced 2025-12-06 04:19:14 +00:00
higher ramp
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
config:
|
config:
|
||||||
target: http://bun.plygrnd.org
|
target: https://bun.plygrnd.org
|
||||||
phases:
|
phases:
|
||||||
- duration: 600
|
- duration: 600
|
||||||
arrivalRate: 50
|
arrivalRate: 50
|
||||||
@@ -7,7 +7,7 @@ config:
|
|||||||
name: Ramp up load
|
name: Ramp up load
|
||||||
- duration: 600
|
- duration: 600
|
||||||
arrivalRate: 100
|
arrivalRate: 100
|
||||||
rampTo: 300
|
rampTo: 1000
|
||||||
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
|
||||||
@@ -17,6 +17,5 @@ config:
|
|||||||
threshold: 100
|
threshold: 100
|
||||||
scenarios:
|
scenarios:
|
||||||
- flow:
|
- flow:
|
||||||
- get:
|
- get:
|
||||||
url: "/"
|
url: "/"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
config:
|
config:
|
||||||
target: http://node.plygrnd.org
|
target: https://node.plygrnd.org
|
||||||
phases:
|
phases:
|
||||||
- duration: 60
|
- duration: 60
|
||||||
arrivalRate: 50
|
arrivalRate: 50
|
||||||
@@ -7,7 +7,7 @@ config:
|
|||||||
name: Ramp up load
|
name: Ramp up load
|
||||||
- duration: 60
|
- duration: 60
|
||||||
arrivalRate: 100
|
arrivalRate: 100
|
||||||
rampTo: 300
|
rampTo: 1000
|
||||||
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
|
||||||
@@ -17,6 +17,5 @@ config:
|
|||||||
threshold: 100
|
threshold: 100
|
||||||
scenarios:
|
scenarios:
|
||||||
- flow:
|
- flow:
|
||||||
- get:
|
- get:
|
||||||
url: "/"
|
url: "/"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
config:
|
config:
|
||||||
target: http://plygrnd.org
|
target: https://plygrnd.org
|
||||||
phases:
|
phases:
|
||||||
- duration: 600
|
- duration: 600
|
||||||
arrivalRate: 100
|
arrivalRate: 100
|
||||||
@@ -13,6 +13,5 @@ config:
|
|||||||
threshold: 100
|
threshold: 100
|
||||||
scenarios:
|
scenarios:
|
||||||
- flow:
|
- flow:
|
||||||
- get:
|
- get:
|
||||||
url: "/"
|
url: "/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user