Skip to content

Commit

Permalink
[US] Added VU ramp up and ramp down simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Sep 26, 2023
1 parent d89bcb6 commit 034f8be
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions loadtests/ws_load_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ export const options = {
discardResponseBodies: true,
scenarios: {
contacts: {
executor: 'per-vu-iterations',
vus: 5,
iterations: 5,
maxDuration: '20s',
executor: 'ramping-vus',
startVUs: 0,
stages: [
{ duration: '20s', target: 5 },
{ duration: '10s', target: 0 },
],
gracefulRampDown: '0s',
},
},
};
Expand Down

0 comments on commit 034f8be

Please sign in to comment.