Skip to content

Commit

Permalink
Update 02 Load Testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doggy8088 authored and mstoykov committed Aug 14, 2023
1 parent 011e282 commit bef8be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const options = {
// Key configurations for avg load test in this section
stages: [
{ duration: '5m', target: 100 }, // traffic ramp-up from 1 to 100 users over 5 minutes.
{ duration: '30m', target: 100 }, // stay at 100 users for 10 minutes
{ duration: '30m', target: 100 }, // stay at 100 users for 30 minutes
{ duration: '5m', target: 0 }, // ramp-down to 0 users
],
};
Expand Down

0 comments on commit bef8be9

Please sign in to comment.