We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d47680 commit 2326f8cCopy full SHA for 2326f8c
benchmark/load/petclinic/k6.js
@@ -9,13 +9,13 @@ export const options = {
9
[`load--petclinic--${__ENV.VARIANT}--warmup`]: {
10
executor: 'constant-vus', // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
11
vus: 5,
12
- duration: '10s',
+ duration: '20s',
13
gracefulStop: '2s',
14
},
15
[`load--petclinic--${__ENV.VARIANT}--high_load`]: {
16
executor: 'constant-vus',
17
18
- startTime: '12s',
+ startTime: '22s',
19
duration: '20s',
20
21
0 commit comments