会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
安琪儿
----书山有路勤为径,学海无涯苦做舟。
博客园
首页
新随笔
联系
订阅
管理
2024年5月22日
locust的一个测试脚本验证装饰器 tag,task
摘要: import time from locust import HttpUser, task, between,tag class QuickstartUser(HttpUser): wait_time = between(1, 5) @task(3) @tag("tag1") def hello_w
阅读全文
posted @ 2024-05-22 13:38 安琪儿一直在
阅读(8)
评论(0)
推荐(0)
编辑
公告