-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run a benchmark #130
Comments
just an exellent description... but if it is interesting for somebody, there are my results of fastify/benchmarks:
fastify
nest-fastify
curveball
So, curveball works as fast as nest-with-fastify. And that is really great result for me. Great job guys! |
Hi @muturgan , that's a fantastic result. Can you share something about the methodology? Perhaps you still have some of the code that you used to do the benchmark? It would be nice to publish this, but reproducibility seems important. Thank you for doing this! |
sure you can clone my fork of fastify/benchmarks: then you should looking to the "results" folder i think it is a right way to make pull request into the fastify/benchmarks repo with a new curveball benchmark. the fastify/benchmarks have a MIT License so you can modify it as you want to benchmarking your project in different cases. what about the methodology, it just checks the http implementation - tested frameworks instances just answer "hello world" to all get requests of specified endpoint without any logic. |
That's cool =) Given that the express benchmark doesn't have a controller, and is just a single function we might get some more speed by removing the controller. Regardless, this is cool. Thank you! |
No description provided.
The text was updated successfully, but these errors were encountered: