File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export const options = function (variants) {
2828 scenarios [ `load--insecure-bank--${ variant } --warmup` ] = {
2929 executor : 'constant-vus' , // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
3030 vus : 5 ,
31- duration : '20s ' ,
31+ duration : '165s ' ,
3232 gracefulStop : '2s' ,
3333 env : {
3434 "APP_URL" : variants [ variant ] [ "APP_URL" ]
@@ -38,7 +38,7 @@ export const options = function (variants) {
3838 scenarios [ `load--insecure-bank--${ variant } --high_load` ] = {
3939 executor : 'constant-vus' ,
4040 vus : 5 ,
41- startTime : '22s ' ,
41+ startTime : '167s ' ,
4242 duration : '15s' ,
4343 gracefulStop : '2s' ,
4444 env : {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export const options = function (variants) {
2828 scenarios [ `load--petclinic--${ variant } --warmup` ] = {
2929 executor : 'constant-vus' , // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
3030 vus : 5 ,
31- duration : '20s ' ,
31+ duration : '165s ' ,
3232 gracefulStop : '2s' ,
3333 env : {
3434 "APP_URL" : variants [ variant ] [ "APP_URL" ]
@@ -38,7 +38,7 @@ export const options = function (variants) {
3838 scenarios [ `load--petclinic--${ variant } --high_load` ] = {
3939 executor : 'constant-vus' ,
4040 vus : 5 ,
41- startTime : '22s ' ,
41+ startTime : '167s ' ,
4242 duration : '15s' ,
4343 gracefulStop : '2s' ,
4444 env : {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ for app in *; do
4343 # Using profiler variants for healthcheck as they are the slowest
4444 if [ " ${app} " == " petclinic" ]; then
4545 HEALTHCHECK_URL=http://localhost:8082
46- REPETITIONS_COUNT=5
46+ REPETITIONS_COUNT=2
4747 elif [ " ${app} " == " insecure-bank" ]; then
4848 HEALTHCHECK_URL=http://localhost:8082/login
4949 REPETITIONS_COUNT=2
You can’t perform that action at this time.
0 commit comments