Skip to content

Commit

Permalink
Merge pull request #50 from pagopa/test/put-token-update-vus
Browse files Browse the repository at this point in the history
tests: update vus for put-token scenario
  • Loading branch information
BenitoVisone authored Oct 14, 2024
2 parents 5872ed8 + 2d814f6 commit b896be8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/08-put-token-ramping-and-constant-scenario.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export const options = {
timeUnit: '1s',

// Pre-allocate necessary VUs.
preAllocatedVUs: 2000,
preAllocatedVUs: 4000,

// max allowed vu
maxVUs: 8000,
maxVUs: 16000,

stages: [
// Start 300 iterations per `timeUnit` for the first minute.
Expand All @@ -44,10 +44,10 @@ export const options = {
timeUnit: '1s',

// pre-allocate vu
preAllocatedVUs: 2000,
preAllocatedVUs: 4000,

// max allowed vu
maxVUs: 8000,
maxVUs: 16000,

// start time calculated on ramping scenarios termination time
startTime: '5m',
Expand All @@ -66,7 +66,7 @@ export const options = {
preAllocatedVUs: 4000,

// max allowed vu
maxVUs: 8000,
maxVUs: 16000,

startTime: '8m',

Expand Down

0 comments on commit b896be8

Please sign in to comment.