higher ramp

This commit is contained in:
Luke Hagar
2024-02-14 15:04:40 -06:00
parent 055effd139
commit ab1a907638
3 changed files with 11 additions and 14 deletions

View File

@@ -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: "/"

View File

@@ -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: "/"

View File

@@ -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: "/"