Add Hono client-side benchmarks#1723
Conversation
0005f6c to
eec6d18
Compare
This adds Hono client-side benchmarks. The code was adapted from the React-hooks implementation
|
The initial results comparing Hono to Solid. Hono is much slower than Solidjs (up to 100 times slower in some actions). Note that I didn't sit through the 10K row creation for Hono as it was too slow. I waited 20 minutes, but the benchmarks didn't finish. |
|
As far as I can tell |
|
You're probably best served to open an issue on their repo and link this. I don't think it is worth adding to the benchmark until they fix this. |
|
I will open an issue for Hono, but, I think it is crucial to have a reference benchmark for the users when they are making a choice about a certain technology. Hono's performance issues were probably unknown until I added this benchmark. |
|
Looks like they fixed it? |
|
Updated to the latest version of Hono, which fixes some of the performance issues. |
|
Thank. Hope to post results soon! |



This adds Hono client-side benchmarks. The code was adapted from the React-hooks implementation