Skip to content

Commit

Permalink
100
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodandrea committed Oct 29, 2024
1 parent fba4cd6 commit d7a7740
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/k6browser_lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ export const options = {
// ],

executor: 'ramping-vus',
startVUs: 50,
startVUs: 100,
stages: [
{ duration: '15s', target: 50 },
{ duration: '15s', target: 50 },
{ duration: '15s', target: 50 },
{ duration: '15s', target: 50 },
{ duration: '15s', target: 100 },
{ duration: '15s', target: 100 },
{ duration: '15s', target: 100 },
{ duration: '15s', target: 100 },
],

options: {
Expand Down

0 comments on commit d7a7740

Please sign in to comment.