Skip to content

Commit

Permalink
test tokenizer constant arrival rate 600 rps
Browse files Browse the repository at this point in the history
  • Loading branch information
BenitoVisone committed Dec 21, 2023
1 parent e63ba5a commit 18ab3b5
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 18ab3b5

Please sign in to comment.