5 lines
231 B
CSV
5 lines
231 B
CSV
|
|
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,
|