How about specifying the number of times and measuring the average response speed, like ApacheBench or k6? (-n is temporary)
#Command Image
hono request src/app.ts -X GET -P /users/123 -n 100 // 100 times
During requesting image
......... // The number of requests increases.
or
92% // the 100% number increases.
Result image
result: avg=112ms min=100ms max=128ms med=115ms // or shoud be JSON for AI?