Improve benchmarks #1483
rafaell-lycan
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
In the Node environment, Hono is very slow because it uses an Adapter to convert between Web Standard APIs and Node input/output. Therefore, we do not really want to inform them of the results. But, the results of this benchmark are weird. At least Hono running on Bun is faster than Fastify. Below are the results at hand. Maybe there's a problem with the way it's set up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, in that benchmark, Fastify uses cluster to launch multiple processes. This is why it is faster than Hono. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋
I've been using Hono for a couple of weeks now, and I gotta say it is simple and works!
One of the small things I haven't seen yet is a better benchmark comparison of a non-serverless environment vs. other Node web frameworks such as Express, Hapi, Koa, Restify, and Fastify on Fly.io or similar.
I came across this proposal after seeing these results and wondered if there's something odd with the tests or is due to Hono's nature of being optimized for serverless.
Beta Was this translation helpful? Give feedback.
All reactions