File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ export const options = {
15
15
startVUs : 0 ,
16
16
stages : [
17
17
{ duration : '30s' , target : 25 } ,
18
- { duration : '30s' , target : 50 } ,
19
- { duration : '30s' , target : 75 } ,
20
18
{ duration : '30s' , target : 100 } ,
19
+ { duration : '1m' , target : 100 } ,
20
+ { duration : '30s' , target : 0 } ,
21
21
] ,
22
22
gracefulRampDown : '0s' ,
23
23
} ,
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ export const options = {
14
14
executor : 'ramping-vus' ,
15
15
startVUs : 0 ,
16
16
stages : [
17
- { duration : '30s' , target : 25 } ,
18
- { duration : '30s' , target : 100 } ,
19
- { duration : '1m' , target : 100 } ,
20
- { duration : '30s' , target : 0 } ,
17
+ { duration : '20s' , target : 10 } ,
18
+ { duration : '30s' , target : 70 } ,
19
+ { duration : '10s' , target : 10 } ,
20
+ { duration : '30s' , target : 90 } ,
21
+ { duration : '10s' , target : 10 } ,
21
22
] ,
22
23
gracefulRampDown : '0s' ,
23
24
} ,
You can’t perform that action at this time.
0 commit comments