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

View File

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

View File

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