Skip to content

Commit 0fd2e6a

Browse files
committed
tweak: Increase warmup time for petclinic
1 parent b7d0061 commit 0fd2e6a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

  • benchmark/load/petclinic

benchmark/load/petclinic/k6.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ export const options = {
77
discardResponseBodies: true,
88
scenarios: {
99
[`load--petclinic--${__ENV.VARIANT}--warmup`]: {
10-
executor: 'constant-arrival-rate', // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
11-
preAllocatedVUs: 5,
12-
duration: '10s',
10+
executor: 'constant-vus', // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
11+
vus: 5,
12+
duration: '20s',
1313
gracefulStop: '2s',
14-
timeUnit: '1s',
15-
rate: 200,
1614
},
1715
[`load--petclinic--${__ENV.VARIANT}--high_load`]: {
1816
executor: 'constant-arrival-rate',

0 commit comments

Comments
 (0)