Skip to content

Commit bef8be9

Browse files
doggy8088mstoykov
authored andcommitted
Update 02 Load Testing.md
1 parent 011e282 commit bef8be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/06 Test Types/02 Load Testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const options = {
7171
// Key configurations for avg load test in this section
7272
stages: [
7373
{ duration: '5m', target: 100 }, // traffic ramp-up from 1 to 100 users over 5 minutes.
74-
{ duration: '30m', target: 100 }, // stay at 100 users for 10 minutes
74+
{ duration: '30m', target: 100 }, // stay at 100 users for 30 minutes
7575
{ duration: '5m', target: 0 }, // ramp-down to 0 users
7676
],
7777
};

0 commit comments

Comments
 (0)