摘要: 官方文档:https://docs.locust.io/en/stable/ 基础demo from locust import HttpUser, task class HelloWorldUser(HttpUser): @task def hello_world(self): self.clie 阅读全文
posted @ 2025-07-29 11:21 扬帆去远航 阅读(40) 评论(0) 推荐(0)