Skip to content

Commit

Permalink
Merge pull request #36 from pagopa/tokenizer-constant-600-rps
Browse files Browse the repository at this point in the history
test tokenizer constant arrival rate 600 rps
  • Loading branch information
BenitoVisone authored Dec 21, 2023
2 parents e63ba5a + 18ab3b5 commit fa766c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/07-put-token-constant-arrival-rate.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ export const options = {
duration: '5m',

// test rate
rate: 300,
rate: 600,

// It should start `rate` iterations per second
timeUnit: '1s',

// pre-allocate vu
preAllocatedVUs: 300,
preAllocatedVUs: 600,

// max allowed vu
maxVUs: 600,
maxVUs: 1200,
},
},
};
Expand Down

0 comments on commit fa766c7

Please sign in to comment.