231 B
231 B
| 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 |