Files
ai_wht_B/整体后端接口性能测试_20251229_152254.csv
“shengyudong” 5a384b694e 2026-1-6
2026-01-06 14:18:39 +08:00

61 lines
3.6 KiB
CSV

module,endpoint,method,status_code,elapsed_time_ms,success,error
基础接口,/,GET,200,20.01,True,
基础接口,/,GET,200,19.18,True,
基础接口,/,GET,200,5.53,True,
基础接口,/health,GET,200,8.24,True,
基础接口,/health,GET,200,43.17,True,
基础接口,/health,GET,200,20.79,True,
基础接口,/nonexistent-test,GET,404,6.33,True,
认证接口,/api/auth/login (用户名),POST,200,295.28,True,
认证接口,/api/auth/login (手机号),POST,200,278.51,True,
认证接口,/api/auth/login (错误密码),POST,401,271.06,True,
认证接口,/api/auth/login (缺少参数),POST,400,6.48,True,
认证接口,/api/auth/employee/login,POST,500,10.39,False,
认证接口,/api/auth/employee/login (错误密码),POST,500,8.28,False,
认证接口,/api/auth/logout (带token),POST,200,27.85,True,
认证接口,/api/auth/logout (不带token),POST,200,9.27,True,
认证接口,/api/auth/login (并发1),POST,200,279.24,True,
认证接口,/api/auth/login (并发2),POST,200,289.70,True,
认证接口,/api/auth/login (并发3),POST,200,292.74,True,
工作台,/api/dashboard/overview (第1次),GET,400,45.20,False,
工作台,/api/dashboard/overview (第2次),GET,400,6.46,False,
工作台,/api/dashboard/overview (第3次),GET,400,49.24,False,
工作台,/api/dashboard/overview (第4次),GET,400,37.51,False,
工作台,/api/dashboard/overview (第5次),GET,400,6.36,False,
工作台,/api/dashboard/recent-publishes (5条记录),GET,400,43.63,False,
工作台,/api/dashboard/recent-publishes (10条记录),GET,400,6.78,False,
工作台,/api/dashboard/recent-publishes (20条记录),GET,400,8.11,False,
工作台,/api/dashboard/hot-products (4个产品),GET,400,25.24,False,
工作台,/api/dashboard/hot-products (8个产品),GET,400,6.64,False,
工作台,/api/dashboard/hot-products (12个产品),GET,400,5.80,False,
企业接口,/api/enterprises/list (基本查询),GET,500,32.33,False,
企业接口,/api/enterprises/list (每页10条),GET,500,78.75,False,
企业接口,/api/enterprises/list (关键词搜索),GET,500,8.79,False,
企业接口,/api/enterprises/list (状态筛选),GET,500,12.95,False,
企业接口,/api/enterprises/list (第2页),GET,500,30.69,False,
企业接口,/api/enterprises/stats (第1次),GET,500,17.18,False,
企业接口,/api/enterprises/stats (第2次),GET,500,21.82,False,
企业接口,/api/enterprises/stats (第3次),GET,500,8.51,False,
企业接口,/api/enterprises/stats (第4次),GET,500,115.64,False,
企业接口,/api/enterprises/stats (第5次),GET,500,69.47,False,
企业接口,/api/enterprises/info (第1次),GET,400,7.13,False,
企业接口,/api/enterprises/info (第2次),GET,400,20.35,False,
企业接口,/api/enterprises/info (第3次),GET,400,20.19,False,
企业接口,/api/enterprises/info (第4次),GET,400,20.79,False,
企业接口,/api/enterprises/info (第5次),GET,400,11.25,False,
企业接口,/api/enterprises/info (PUT),PUT,400,5.76,False,
企业接口,/api/enterprises/change-password,PUT,403,28.74,False,
图片接口,/api/images/list,GET,400,27.04,False,
图片接口,/api/images/list_dashboard,GET,400,29.89,False,
图片接口,/api/images/tags/names/list,GET,400,43.32,False,
日志接口,/api/log/logs,GET,500,19.96,True,
日志接口,/api/log/logs/files,GET,200,27.05,True,
日志接口,/api/log/logs/file,GET,200,75.20,True,
文章接口,/api/articles/list,GET,400,87.42,False,
文章接口,/api/articles/list_dashboard,GET,400,28.77,False,
员工接口,/api/employees/list,GET,400,24.14,False,
员工接口,/api/employees/stats,GET,400,41.62,False,
作者接口,/api/authors,GET,200,9.05,True,
作者接口,/api/authors/departments,GET,200,11.12,True,
作者接口,/api/authors/search,GET,200,28.65,True,