Skip to content

Commit

Permalink
Update constant arrival rate scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
MushtabaA committed Mar 3, 2024
1 parent 7915e20 commit fa2f5fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/iterationRate/constantArrivalRate.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,35 @@ export const options = {
duration: '120s',
rate: 100,
timeUnit: '1s',
maxVUs: 100,
},
scenario2: {
executor: 'constant-arrival-rate',
duration: '30s',
rate: 100,
timeUnit: '1s',
maxVUs: 100,
},
scenario3: {
executor: 'constant-arrival-rate',
duration: '30s',
rate: 50,
timeUnit: '1s',
maxVUs: 50,
},
scenario4: {
executor: 'constant-arrival-rate',
duration: '30s',
rate: 30,
timeUnit: '1s',
maxVUs: 100,
},
scenario5: {
executor: 'constant-arrival-rate',
duration: '120s',
rate: 5,
timeUnit: '1s',
maxVUs: 100,
},
},
};
Expand Down

0 comments on commit fa2f5fd

Please sign in to comment.