摘要: # coding:utf-8from locust import task, HttpUser, betweenimport osclass WebUser(HttpUser): # 任务集 用户行为脚本 wait_time = between(0, 0) #(思考时间) @task() # 权重 阅读全文
posted @ 2020-08-25 15:22 爱我所爱-333 阅读(317) 评论(0) 推荐(0)