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 2e52b61 commit 121d51eCopy full SHA for 121d51e
benchmark/load/insecure-bank/k6.js
@@ -5,12 +5,8 @@ const baseUrl = 'http://localhost:8080';
5
6
export const options = {
7
discardResponseBodies: true,
8
- scenarios: {
9
- [`load--insecure-bank--${__ENV.VARIANT}`]: {
10
- vus: 5,
11
- iterations: 40000
12
- },
13
- }
+ vus: 5,
+ iterations: 40000
14
};
15
16
export default function () {
benchmark/load/petclinic/k6.js
- [`load--petclinic--${__ENV.VARIANT}`]: {
- iterations: 80000
+ iterations: 80000
0 commit comments