Backend Performance Benchmarking #1181
Replies: 3 comments
-
My plan is to perform the benchmarking on a few backends and then open-source the tests and how to do them, such that all of the backends can test the performance of their implementation of the RealWorld API. |
Beta Was this translation helpful? Give feedback.
-
Hi Simon, about recommended tools, I won't be able to help that much as I'm unfamiliar with such testing. About stress/load testing, please note it requires a production environment with enough resources for the test to be efficient. Depending on the server/database providers available for the implementation, it might mean extra fees. That's why most backend implementations are not deployed, while there are free easy solutions for static frontend implementations. |
Beta Was this translation helpful? Give feedback.
-
For load testing, you can take a look at this pull request though: #562 |
Beta Was this translation helpful? Give feedback.
-
Hey Community,
I've been thinking about benchmarking the various backends' performance.
What tests do you think would be interesting to see?
Do you have any stress/load testing frameworks/tools that you can recommend?
Best,
Simon
Beta Was this translation helpful? Give feedback.
All reactions