Skip to content

Commit 121d51e

Browse files
committed
tweak: Remove custom scenario name
1 parent 2e52b61 commit 121d51e

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

benchmark/load/insecure-bank/k6.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ const baseUrl = 'http://localhost:8080';
55

66
export const options = {
77
discardResponseBodies: true,
8-
scenarios: {
9-
[`load--insecure-bank--${__ENV.VARIANT}`]: {
10-
vus: 5,
11-
iterations: 40000
12-
},
13-
}
8+
vus: 5,
9+
iterations: 40000
1410
};
1511

1612
export default function () {

benchmark/load/petclinic/k6.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ const baseUrl = 'http://localhost:8080';
55

66
export const options = {
77
discardResponseBodies: true,
8-
scenarios: {
9-
[`load--petclinic--${__ENV.VARIANT}`]: {
10-
vus: 5,
11-
iterations: 80000
12-
},
13-
}
8+
vus: 5,
9+
iterations: 80000
1410
};
1511

1612
export default function () {

0 commit comments

Comments
 (0)