-
-
Notifications
You must be signed in to change notification settings - Fork 36
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[question] How does this benchmark against Sozu? #58
Comments
(I'm not a maintainer, just a user) If Sozu provides comparisons with Nginx, it will be easier to know which is faster, since But it's also important to emphasize that Sozu still doesn't support HTTP/3 (QUIC) sozu-proxy/sozu#565, as |
Unfortunately, they provide no benchmarks that I could find. They do have a Dockerfile, so it may be fairly straightforward to set up a new benchmark from the code in the
Great point. |
It would be awesome if you could help the project with this update! |
Hi Luke and Paulo, At this moment, I have never tried |
P.S.: As you may know, I added the latest benchmarking result on my laptop (MBP'14 2021). Surprisingly, the |
Just wow! Not only the latency with |
I tried to build Sozu docker image on my laptop (Macbook Pro with Apple M1), but unfortunately failed. This is due to its implementation of So, to benchmark |
Would be interesting if @lukehsiao could help us doing the test in his computer. What do you think, Luke? |
Sure, I can help when I have some time. One thing that isn't clear to me from the Sozu docs is what the configuration should be for the benchmark. If you've already figured one out what you can share, that would be helpful. |
I also see there is pre-built image available here: https://hub.docker.com/r/clevercloud/sozu/ this tracks the master branch. So you don't need to build it yourself. |
Thanks Paulo and Luke for your comments! I just put the latest benchmark result into the bench dir examined on the Due to the limitation/flaw (?) of |
Thanks! Very interesting results, and cool to see two different rust implementations doing so well. |
We thank you, Jun! The new benchmarks are top notch and show a promising future for Despite a good performance on Sozu's side (congrats to the devs), Also, because When using it on HTTP/3, we could expect even better results. |
Now there's another player called pingora-proxy. |
Sounds nice but pingora is a library and does not seem to work “as-is”. To compare it with rpxy, we need to implement a reference reverse proxy using pingora. i think it would not be “fair” actually. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Recently I was browsing rust-based reverse proxies and happened upon this one as well as https://www.sozu.io/. I'm curious how the performance compares.
The text was updated successfully, but these errors were encountered: