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 c31f6ae commit 67def54Copy full SHA for 67def54
benchmark/load/petclinic/k6.js
@@ -36,11 +36,13 @@ export const options = function (variants) {
36
};
37
38
scenarios[`load--petclinic--${variant}--high_load`] = {
39
- executor: 'constant-vus',
40
- vus: 5,
+ executor: 'constant-arrival-rate',
+ preAllocatedVUs: 5,
41
startTime: '7s',
42
- duration: '15s',
+ duration: '20s',
43
gracefulStop: '2s',
44
+ timeUnit: '1s',
45
+ rate: 150,
46
env: {
47
"APP_URL": variants[variant]["APP_URL"]
48
}
0 commit comments