I saw the results on TFB and I was kinda surprised by how low the plaintext responses were on Hyper based frameworks.
Also, to do some testing, I created a benchmark repo to test all the existing rust web frameworks on a simple "hello world" response text.
You can find the repository with all the results here - Github Link.
The tests are performed with rewrk and the most surprising element of the results was when the concurrency was set to "2048", and all the hyper based frameworks were 2x slower than actix-web.
Any reasons/explanations on why would this be an issue?