File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ export const options = {
1010 executor : 'constant-vus' , // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
1111 vus : 5 ,
1212 duration : '25s' ,
13+ gracefulStop : '5s' ,
1314 } ,
1415 [ `load--insecure-bank--${ __ENV . VARIANT } --high_load` ] : {
1516 executor : 'constant-vus' ,
1617 vus : 5 ,
1718 duration : '20s' ,
19+ gracefulStop : '5s' ,
1820 } ,
1921 }
2022} ;
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ export const options = {
1010 executor : 'constant-vus' , // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
1111 vus : 5 ,
1212 duration : '25s' ,
13+ gracefulStop : '5s' ,
1314 } ,
1415 [ `load--petclinic--${ __ENV . VARIANT } --high_load` ] : {
1516 executor : 'constant-vus' ,
1617 vus : 5 ,
1718 duration : '20s' ,
19+ gracefulStop : '5s' ,
1820 } ,
1921 }
2022} ;
You can’t perform that action at this time.
0 commit comments