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 4, 2024
1 parent 4be2d5a commit f43fbdb
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions scripts/iterationRate/constantArrivalRate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ export const options = {
timeUnit: '1s',
preAllocatedVUs: 100, // High number of VUs
},
// Scenario 2: Medium VUs and Medium Rate
mediumVUsMediumRate: {
executor: 'constant-arrival-rate',
duration: '60s',
rate: 100, // Medium rate
timeUnit: '1s',
preAllocatedVUs: 50, // Medium number of VUs
},
// Scenario 3: Low VUs and Low Rate
lowVUsLowRate: {
executor: 'constant-arrival-rate',
duration: '60s',
rate: 20, // Low rate
timeUnit: '1s',
preAllocatedVUs: 10, // Low number of VUs
},
// // Scenario 2: Medium VUs and Medium Rate
// mediumVUsMediumRate: {
// executor: 'constant-arrival-rate',
// duration: '60s',
// rate: 100, // Medium rate
// timeUnit: '1s',
// preAllocatedVUs: 50, // Medium number of VUs
// },
// // Scenario 3: Low VUs and Low Rate
// lowVUsLowRate: {
// executor: 'constant-arrival-rate',
// duration: '60s',
// rate: 20, // Low rate
// timeUnit: '1s',
// preAllocatedVUs: 10, // Low number of VUs
// },
// scenario2: {
// executor: 'constant-arrival-rate',
// duration: '30s',
Expand Down

0 comments on commit f43fbdb

Please sign in to comment.