We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果使用了分步压测和权重压测,直接使用命令行启动的时候,命令中带有的网址其实不会起任何作用?比如
go run main.go -c 1 -n 100 -u https://www.baidu.com/
此时并不会去压测我指定的这个网址...而是去代码硬编码的这个里面去压测?
The text was updated successfully, but these errors were encountered:
分步骤压测,涉及接口比较多,还有加权的压测的问题,无法通过简单命令行参数直接进行配置
命令行中的参数是会被代码中进行覆盖的
Sorry, something went wrong.
No branches or pull requests
如果使用了分步压测和权重压测,直接使用命令行启动的时候,命令中带有的网址其实不会起任何作用?比如
此时并不会去压测我指定的这个网址...而是去代码硬编码的这个里面去压测?
The text was updated successfully, but these errors were encountered: