Skip to content

Commit

Permalink
renaming k6 env variables (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalcantigor committed Feb 24, 2020
1 parent af959cd commit 79919b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export = class LoadTesting {
stdio: 'inherit',
shell: true,
env: {
VUS: selectedVus.toString(), // check as string
DURATION: selectedDuration,
K6_VUS: selectedVus.toString(), // check as string
K6_DURATION: selectedDuration,
},
})

Expand Down

0 comments on commit 79919b1

Please sign in to comment.