You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run locust with no-web mode, there's a opt -c.The description of it is the number of concurrent Locust users.So when I run locust with command "locust -t 30s -c 80 -r 80 --no-web -f xx.py", what's the difference between running locust with "-c 100 -r100".I get the similar req/s and the tp75 and tp99 always increase 150ms or more.
Description of issue / feature request
When I run locust with no-web mode, there's a opt -c.The description of it is the number of concurrent Locust users.So when I run locust with command "locust -t 30s -c 80 -r 80 --no-web -f xx.py", what's the difference between running locust with "-c 100 -r100".I get the similar req/s and the tp75 and tp99 always increase 150ms or more.
Expected behavior
TBD
Actual behavior
TBD
Environment settings (for bug reports)
Steps to reproduce (for bug reports)
TBD - example code appreciated
The text was updated successfully, but these errors were encountered: