Skip to content

Commit

Permalink
changing dest
Browse files Browse the repository at this point in the history
  • Loading branch information
larrymou9 committed Aug 7, 2024
1 parent b4d4995 commit 6f93915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/opl/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def add_locust_opts(parser):
)
parser.add_argument(
"--test-requests",
dest="test_requests",
type=int,
default=os.getenv("TEST_REQUESTS", 0),
help="Number of requests - if non-0, this overrides test duration (also use env variable TEST_REQUESTS)",
Expand Down
1 change: 1 addition & 0 deletions opl/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def add_locust_opts(parser):
)
parser.add_argument(
"--test-requests",
dest="test_requests",
type=int,
default=os.getenv("TEST_REQUESTS", 0),
help="Number of requests - if non-0, this overrides test duration (also use env variable TEST_REQUESTS)",
Expand Down

0 comments on commit 6f93915

Please sign in to comment.