mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
refactor: 迁移前端资源文件至web目录 feat: 新增多种图标资源 style: 统一代码风格和格式化配置 docs: 更新README和文档说明 chore: 更新依赖和配置文件 fix: 修复部分类型定义和枚举 perf: 优化路由和组件加载逻辑
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
locustfile = locust_files/my_locust_file.py
|
|
headless = true
|
|
master = true
|
|
expect-workers = 5
|
|
host = https://target-system
|
|
users = 100
|
|
spawn-rate = 10
|
|
run-time = 10m
|
|
tags = [Critical, Normal] |