Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试locust.io(用Python编写)。我正在尝试测试尖峰。所以我尝试设置min_waitand max_wait,所以它只会在该范围内运行(每 5 分钟一次):
locust.io
min_wait
max_wait
min_wait = 300000 max_wait = 350000
问题是它每次只运行 1 个请求,尽管我设置了 80 个用户。
找不到每次都创建更多请求的方法。