adjusted scale

This commit is contained in:
Luke Hagar
2024-02-12 21:16:56 -06:00
parent 939301f846
commit 5747b52b34
2 changed files with 14 additions and 6 deletions

View File

@@ -1,16 +1,20 @@
config: config:
target: http://bun.plygrnd.org target: http://bun.plygrnd.org
phases: phases:
- duration: 600 - duration: 60
arrivalRate: 50 arrivalRate: 50
rampTo: 100 rampTo: 100
name: Ramp up load name: Ramp up load
- duration: 600 - duration: 60
arrivalRate: 100 arrivalRate: 100
rampTo: 600 rampTo: 300
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
plugins:
apdex: {}
apdex:
threshold: 100
scenarios: scenarios:
- flow: - flow:
- get: - get:

View File

@@ -1,16 +1,20 @@
config: config:
target: http://node.plygrnd.org target: http://node.plygrnd.org
phases: phases:
- duration: 600 - duration: 60
arrivalRate: 50 arrivalRate: 50
rampTo: 100 rampTo: 100
name: Ramp up load name: Ramp up load
- duration: 600 - duration: 60
arrivalRate: 100 arrivalRate: 100
rampTo: 600 rampTo: 300
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
plugins:
apdex: {}
apdex:
threshold: 100
scenarios: scenarios:
- flow: - flow:
- get: - get: