原文:使用vscode+locust进行接口压测报错:Could not find any locustfile! Ensure file ends in '.py' and see --help for available options.解决方案

出现这个报错一般是因为.py文件的路径写的不对,请检查你的.py文件的路径是否正确,如下图才是正确的路径,如果写成 functiontest.py则会报错。 ...

2020-03-26 19:19 0 2487 推荐指数:

查看详情

Carthage - Could not find any available simulators for iOS

升级xcode版本后,用carthage编译第三方库有可能会报这个错误:【Could not find any available simulators for iOS】 两个解决方法: 1. 升级你的carthage brew upgrade carthage 2. 用你升级后 ...

Tue May 07 22:49:00 CST 2019 0 557
locust使用locust + boomer实现对接口

背景 很早之前,考虑单机执行能力,使用locust做过公司短信网关的测工作,后来发现了一个golang版本的locust,性能是python版本的5到10倍以上,但是一直没有机会使用。 最近公司想做一个性能测试平台,技术选型要求和开发的语言一致,即golang,所以我想到了boomer,本文 ...

Fri Sep 06 03:48:00 CST 2019 0 1232
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM