通过linux函数bug运行locusts -f .yml --master和--worker

问题描述

如果在Linux env中使用worker,则rps会变慢。

如果master和worker都在mac env中,则rps正常。

主环境:

mac或linuux

worker env:

mac:通过

linux:失败(docker和本地hanve相同的问题)

蝗虫版本:1.2.3

yml

config:
    name: test
    verify: True
teststeps:
-   name: test
    request:
        method: GET
        url: https://postman-echo.com/get?foo1=bar1&foo2=bar2

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)