-
## 问题描述
python 3.8.0 环境,输入pip install httprunner,安装完成,提示成功;过程如下:
C:\Users\我是你标哥>pip install httprunner
Collecting httprunner
Using cached https://files.pythonhosted.org/packages/c9/cb/47ad33ed6b…
-
I'm trying to save the test results to a file, but the result is saved with empty values, am I doing something wrong? I am using the following event:
``` python
def on_quitting():
requests_result…
-
## 问题描述
把版本升级到2.4.8后,locusts进行性能测试报错
请对遇到的 bug 进行简要描述。
当运行性能测试时候,测试执行了 web页面没有实时数据,堆栈信息如下
![image](https://user-images.githubusercontent.com/31203668/71506471-00c38e00-28bc-11ea-8309-e6177d2be322.…
-
My exported HAR file has this error on locust 1.0.2 but works fine in 0.14.6:
```(venv) tim@helium ~/dev/qbrio-load $ locust -f locustfile.py
Traceback (most recent call last):
File "/home/tim…
TimSC updated
4 years ago
-
## 问题描述
环境配置:
安装完httprunenr后,查看包内没有locustios,直接安装了pip install locustio
执行帮助文档中的locusts -V的时候.没有像文档中返回相应的提示.
![捕获](https://user-images.githubusercontent.com/6879319/71168439-ad38bb00-2291-11ea-9155…
-
In locustio 0.13.5, there is a very odd bug that prevents the setup method from using requests to make HTTP requests. When doing an HTTP POST request, the setup function unexpectedly returns. No excep…
-
When I design a test task with locust, there is two requests in the task ,mark as task1 and task2.
How can I get all locusts request the task2 simultaneous?
Because the task1 's response for all loc…
-
## Describe the bug
After starting a _New test_ the UI still shows that Locust is STOPPED, but Locust is running fine. See screenshot:
![Locust-stopped](https://user-images.githubusercontent.com/2…
-
**Proposal**
Add possibility to stop locusts without killing them (via `Greenlet.kill`). Currently executed tasks should continue, but no new tasks should be scheduled.
**Motivation**
My load tes…
-
### Describe the bug
Using the DEBUG option in a docker-compose file is not very verbose on the terminal. Same results without DEBUG
### Expected behavior
With this option and a few print("…