Lars Holmberg
Lars Holmberg
Nice! Can we keep the argument around (and hide it using help=configargparse.SUPPRESS), and exit with an error message if someone sets it?
LGTM. Especially if you add `help=configargparse.SUPPRESS` in argument_parser.py :) I'll want to hold off a day or two on merging though, because I'd like to release the changes already merged...
Nice!
Hmm... There IS a known performance regression in OpenSSL 3.x (which was usually introduced in Python 3.12, but maybe your python build is different somehow?), see https://github.com/locustio/locust/issues/2555 The issue will...
Hi! Did you check your ssl version? `python -c "import ssl; print(ssl.OPENSSL_VERSION)"`
What are your response times like? Wait times can only limit throughput, not increase it, so if a task takes more than 1s to complete you wont get 1 request/user/s.
Hmm.. only thing I can think of is if Amazon is throttling somehow. What if you skip closing the session/connection? Can you see how many dns lookups are made? (Using...
Not that I can think of :-/ But does 2.17.0 not exhibit this problem on python 3.11/Amazon Linux 2023?
Latest locust version is 2.26, start by updating. If that doesnt work, maybe you could provide a PR?
I think that sounds like a useful option, maybe even something that could be automatically enabled once the test runs for more than 24. But _someone_ needs to build it...