-
Notifications
You must be signed in to change notification settings - Fork 67
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
Performance metrics? #92
Comments
While a benchmark of Mux would really just be a benchmark of HTTP.jl, if you'd like to benchmark Mux and post the results here, we could certainly find a way to publish it :) |
I take back what I just said about Mux having the same performance as HTTP.jl, I no longer believe that would be the case under load. @richardanaya would you be able to perform some initial benchmarking and submit a PR with the benchmark script and results? |
Of course, I'll get some this week
…On Sun, Apr 21, 2019 at 12:38 PM Julian Samaroo ***@***.***> wrote:
I take back what I just said about Mux having the same performance as
HTTP.jl, I no longer believe that would be the case under load.
@richardanaya <https://github.com/richardanaya> would you be able to
perform some initial benchmarking and submit a PR with the benchmark script
and results?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#92 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACHZGSAPY4S2QEAOTP4XM3PRS7DRANCNFSM4HHA5QHQ>
.
|
richardanaya@penguin:~/dist$ ab -n 100000 -c 100 http://100.115.92.203:8080/ richardanaya@penguin:~/dist$ ab -n 10000 -c 1000 http://100.115.92.203:8080/ richardanaya@penguin:~/dist$ ab -n 10000 -c 10000 http://100.115.92.203:8080/ I noticed failures for high n and high c counts |
Can you elaborate on what these numbers are, and provide instructions for how one could run these benchmarks on their own machine (including the Julia code to setup the Mux server, and whatever packages need to be installed to get this Thanks for following up on this! Once we have all the details we can turn this into a PR. |
My performance approach might be wrong, after reading this article, I want to try a different method |
Would be nice to publish some metrics
The text was updated successfully, but these errors were encountered: