Skip to content

Commit

Permalink
tweak non-reactive
Browse files Browse the repository at this point in the history
  • Loading branch information
nachocodoner committed Jul 24, 2024
1 parent 2cad676 commit e554c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions artillery/non-reactive-stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ config:
target: http://localhost:3000
phases:
- duration: 60
arrivalRate: 5
rampTo: 10
arrivalRate: 4
name: Warm up
ensure:
maxErrorRate: 1
max: 500
# Load the Playwright engine:
engines:
playwright:
globalTimeout: 240000
launchOptions:
slowMo: 1000
slowMo: 500
# Path to JavaScript file that defines Playwright test functions
processor: '../tests/test-helpers.js'
scenarios:
Expand Down

0 comments on commit e554c22

Please sign in to comment.