Skip to content

Commit 6c9266a

Browse files
committed
165s warmup, 15s high_load
1 parent ad3458c commit 6c9266a

File tree

1 file changed

+3
-3
lines changed
  • benchmark/load/petclinic

1 file changed

+3
-3
lines changed

benchmark/load/petclinic/k6.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: '75s',
31+
duration: '165s',
3232
gracefulStop: '2s',
3333
env: {
3434
"APP_URL": variants[variant]["APP_URL"]
@@ -38,8 +38,8 @@ export const options = function (variants) {
3838
scenarios[`load--petclinic--${variant}--high_load`] = {
3939
executor: 'constant-vus',
4040
vus: 5,
41-
startTime: '77s',
42-
duration: '100s',
41+
startTime: '167s',
42+
duration: '15s',
4343
gracefulStop: '2s',
4444
env: {
4545
"APP_URL": variants[variant]["APP_URL"]

0 commit comments

Comments
 (0)