Skip to content

Commit 79919b1

Browse files
renaming k6 env variables (#65)
1 parent af959cd commit 79919b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ export = class LoadTesting {
8787
stdio: 'inherit',
8888
shell: true,
8989
env: {
90-
VUS: selectedVus.toString(), // check as string
91-
DURATION: selectedDuration,
90+
K6_VUS: selectedVus.toString(), // check as string
91+
K6_DURATION: selectedDuration,
9292
},
9393
})
9494

0 commit comments

Comments
 (0)