Skip to content

Commit 67def54

Browse files
committed
tweak: Tweak RPS for petclinic
1 parent c31f6ae commit 67def54

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

benchmark/load/petclinic/k6.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ export const options = function (variants) {
3636
};
3737

3838
scenarios[`load--petclinic--${variant}--high_load`] = {
39-
executor: 'constant-vus',
40-
vus: 5,
39+
executor: 'constant-arrival-rate',
40+
preAllocatedVUs: 5,
4141
startTime: '7s',
42-
duration: '15s',
42+
duration: '20s',
4343
gracefulStop: '2s',
44+
timeUnit: '1s',
45+
rate: 150,
4446
env: {
4547
"APP_URL": variants[variant]["APP_URL"]
4648
}

0 commit comments

Comments
 (0)