Understand @hono/node-server benchmark metrics
mainThe benchmark tests three specific endpoint types under a load of 500 concurrent connections for 10 seconds, measuring Requests per second (Reqs/sec):
- Ping (GET /): Measures simple response handling.
- Query (GET /id/:id): Measures path parameter and query parameter handling.
- Body (POST /json): Measures JSON body processing.
Interpreting the Results Table
| Column | Description |
|---|---|
| npm | Performance of the published @hono/node-server package. |
| dev | Performance of the local development version (built from the repository dist/ directory). |
| Difference | The percentage change. Positive values indicate an improvement in the dev version; negative values indicate a regression. |