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:
|
||||
target: http://bun.plygrnd.org
|
||||
target: https://bun.plygrnd.org
|
||||
phases:
|
||||
- duration: 600
|
||||
arrivalRate: 50
|
||||
@@ -7,7 +7,7 @@ config:
|
||||
name: Ramp up load
|
||||
- duration: 600
|
||||
arrivalRate: 100
|
||||
rampTo: 300
|
||||
rampTo: 1000
|
||||
name: Spike phase
|
||||
# Load & configure a couple of useful plugins
|
||||
# https://docs.art/reference/extensions
|
||||
@@ -17,6 +17,5 @@ config:
|
||||
threshold: 100
|
||||
scenarios:
|
||||
- flow:
|
||||
- get:
|
||||
url: "/"
|
||||
|
||||
- get:
|
||||
url: "/"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
config:
|
||||
target: http://node.plygrnd.org
|
||||
target: https://node.plygrnd.org
|
||||
phases:
|
||||
- duration: 60
|
||||
arrivalRate: 50
|
||||
@@ -7,7 +7,7 @@ config:
|
||||
name: Ramp up load
|
||||
- duration: 60
|
||||
arrivalRate: 100
|
||||
rampTo: 300
|
||||
rampTo: 1000
|
||||
name: Spike phase
|
||||
# Load & configure a couple of useful plugins
|
||||
# https://docs.art/reference/extensions
|
||||
@@ -17,6 +17,5 @@ config:
|
||||
threshold: 100
|
||||
scenarios:
|
||||
- flow:
|
||||
- get:
|
||||
url: "/"
|
||||
|
||||
- get:
|
||||
url: "/"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
config:
|
||||
target: http://plygrnd.org
|
||||
target: https://plygrnd.org
|
||||
phases:
|
||||
- duration: 600
|
||||
arrivalRate: 100
|
||||
@@ -13,6 +13,5 @@ config:
|
||||
threshold: 100
|
||||
scenarios:
|
||||
- flow:
|
||||
- get:
|
||||
url: "/"
|
||||
|
||||
- get:
|
||||
url: "/"
|
||||
|
||||
Reference in New Issue
Block a user