Skip to content

Commit 2326f8c

Browse files
committed
tweak: Increase warmup time
1 parent 8d47680 commit 2326f8c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

benchmark/load/petclinic/k6.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ export const options = {
99
[`load--petclinic--${__ENV.VARIANT}--warmup`]: {
1010
executor: 'constant-vus', // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
1111
vus: 5,
12-
duration: '10s',
12+
duration: '20s',
1313
gracefulStop: '2s',
1414
},
1515
[`load--petclinic--${__ENV.VARIANT}--high_load`]: {
1616
executor: 'constant-vus',
1717
vus: 5,
18-
startTime: '12s',
18+
startTime: '22s',
1919
duration: '20s',
2020
gracefulStop: '2s',
2121
},

0 commit comments

Comments
 (0)