08 2020 档案
摘要:Running Locust in Step Load ModeIf you want to monitor your service performance with different user load and probe the max tps that can be achieved, y
阅读全文
摘要:locust 官网文档地址:https://docs.locust.io/en/stable/configuration.html Locust QQ 群: 执行命令如: master: locust -f D:\api_locust\fm_api\locust_api\***x.py --mast
阅读全文
摘要:对iOS的证书、描述文件、账号、设备等管理,之前都去苹果开发者中心操作,官网上操作也比较繁杂,想搞一些自动化之类的,更是麻烦,有时候官网都打不开…… 其实苹果还提供里一套API接口,创建证书、创建账号、增加devices等等,这些都可以调用命令操作,可以按需来完成自动化操作或批量操作。 API接口地
阅读全文