-
hi,九毫,问一下关于使用locust的问题,httprunner是基于locust的,经过我测试发现locust在并发数的测试上似乎非常耗cpu,4c8g机器,在jmeter我可以跑到300以上的并发,使用locust一个cpu只能并发模拟15个左右的协程,用locust只能做到60个左右的并发,在并发测试上差距还是挺大,实际工作中使用locust来测试并发的时候加的机器看起来要是jmeter的…
-
## 问题描述
有些api需要添加代理才可以跑,httprunner怎么加代理?
-
## 背景描述
> 重点描述遇到的问题:httprunner无法测试环境内部接口,是否可以支持ssh隧道功能,远程执行
## 期望的功能特性
> httprunner无法测试环境内部接口,是否可以支持ssh隧道功能
## 示例描述(可选)
> httprunner想测试环境中内部接口,内部接口外部无法访问,但是可以ssh连接,如果可以支持ssh通信,是否开启隧道的情况…
-
## Describe the bug
> Please give a brief description of the bug;
When the assertion fails, the test is not considered to have failed, an error message is generated, and a test report is not gener…
-
## 问题描述
在使用setup_hooks时,尝试对函数的返回值进行接收,于是查看源码时看到:
```python
def do_hook_actions(self, actions, hook_type):
""" call hook actions.
Args:
actions (list): each ac…
-
## 问题描述
> 请对 bug 进行简要描述;
1. 使用官网的文档的gotest代码。https://httprunner.com/docs/user-guide/load-test/concepts/
```
package tests
import (
"testing"
"time"
"github.com/httprunner/http…
-
**Describe the bug**
When trying to connect to my spotify connect device that I set up with librespot autoconf, I get the below exception. The jar doesn't crash but the connection doesn't proceed, ba…
-
extract中设置变量是局部变量,有没有办法设置为全局变量?
![image](https://user-images.githubusercontent.com/16790300/40765951-a4a147ca-64e0-11e8-9cce-ff1fc9927516.png)
例如一个有登录校验机制的系统,登录成功后需要记录一个返回的token值,以后每个请求中都需要携带这个tok…
-
## 问题描述
在 testcase yaml 文件 - config 中为变量设置值时使用 $$ 未转换为普通的 $ 。
在如下源码中看到需要使用 $ 做为普通字符时,可使用 $$ 表示:
```python
# content is in string format here
if not is_var_or_func_exist(content):
# conte…
-
> ## 问题描述
> 执行命令后,查看报告提示 OSError: [WinError 6] 句柄无效。
>
> hrun demo/testcases/createFolder_test.py --html=demo/reports/report.html
>
> ## 版本信息
> 请提供如下版本信息:
>
> httprunner版本:3.1.4
> os: wind…