Replies: 1 comment 5 replies
-
Hi that's not the current direction of the project. I can't claim each implementation uses the same optimization level for a real benchmark. Going this way would require more sponsorship:
And it would require some collaboration with hosts providers as free tier do not allow to host that much applications for a benchmark. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think this project has huge potential to be a benchmark test of sorts. Since the app is the same but the frameworks are being changed with each implementation, you could basically score each implementation based on performance speed;
There would be other factors to take into account which effect performance and make measuring more difficult. Like where it's being hosted, for example fly.dev will be faster than vercel simply because with fly.dev (free tier) you have a "personal" server and vercel (free tier) is shared. But if the hosting were streamlined to one specific provider, it would be really interesting and helpful to compare all the frameworks.
Anyway just curious if something like this was already being worked on or given any thought. It is what I've been most interested in when opening up the different framework examples, checking how fast they compare to eachother in my browser's network tools.
Something that would've helped me researching this would be having a demo URL if available accessible directly in the projects index. Also showing the URL for it, so I could for example open every project that is hosted with the same provider for performance comparison.
Beta Was this translation helpful? Give feedback.
All reactions