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
locust cmd is locust --no-web -c1 -n1 -r1 --csv=1.csv -f perf.py
when I run the above cmd,will not recieve response data,will raise exception "Maximum number of requests reached"
but if I change -n100 this will work fine
OS:ubuntu 16.04
Python version:3.6
Locust version:0.8.1
The text was updated successfully, but these errors were encountered:
execution based on number of requests been removed in favor of time based execution. Next release will remove the -n flag completely. If you want to specify the run time for a test, you can do that with --run-time or -t.
locust cmd is
locust --no-web -c1 -n1 -r1 --csv=1.csv -f perf.py
when I run the above cmd,will not recieve response data,will raise exception "Maximum number of requests reached"
but if I change -n100 this will work fine
The text was updated successfully, but these errors were encountered: