This commit is contained in:
“shengyudong”
2026-01-06 14:18:39 +08:00
commit 5a384b694e
10345 changed files with 2050918 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
endpoint,method,status_code,elapsed_time_ms,success,error
/,GET,200,23.92,True,"测试5次, 平均耗时23.92ms"
/health,GET,200,20.61,True,"测试5次, 平均耗时20.61ms"
/nonexistent-endpoint (404测试),GET,404,35.85,True,
1 endpoint method status_code elapsed_time_ms success error
2 / GET 200 23.92 True 测试5次, 平均耗时23.92ms
3 /health GET 200 20.61 True 测试5次, 平均耗时20.61ms
4 /nonexistent-endpoint (404测试) GET 404 35.85 True