Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
bugfix: for 2 tests running at the same time run on different ports, …
Browse files Browse the repository at this point in the history
  • Loading branch information
fczuardi committed Feb 8, 2024
1 parent a5df3bd commit ad2e6bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ _setup: _setup-rclone _setup-aws _setup-mgc
# run k6 test with env vars
_k6-run remote testname results_dir *args:
k6 run src/k6/{{testname}}.js \
--address localhost:0 \
--tag "remote={{remote}}" \
--quiet \
--vus={{k6_vus}} --iterations={{k6_iterations}} \
Expand Down

0 comments on commit ad2e6bb

Please sign in to comment.