locust+boomer进行压测时,如何动态控制QPS呢?(压测不中断情况下)
Elvira0326 opened this issue · 1 comments
Elvira0326 commented
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- 目前验证的结果是,通过max-rps入参,在也测不中断情况下,QPS只能累加,不能传多少就是多少
- 有没有已存在的方法是可以动态实现QPS,效果是:第一次传max-rps=100,qps是100;第二次传max-rps=200,qps是200,而非300
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS: [e.g. centos]
- Go Version: [e.g. 1.10]
Additional context
Add any other context about the problem here.
myzhan commented
可以自行实现一个 RateLimiter