-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Strange Results in The Benchmarker #1038
Comments
My guess is some known issues with performance and keep-alive in hyper 0.10 / rocket 0.4 - the benchmarking tool is likely running into these and it skews the results, both fairly and unfairly. I stand by my last comment on #1023:
|
Yeah, this is almost certainly a |
Closing due to inactivity and #1023 (comment) |
The Rocket results for The Benchmarker Web Framework Tests show some results that seem to indicate some sort occasional performance problem. In particular the response time showed some very high 99th and 99.9th percentile latencies.
Results:
50th Percentile: 3.12ms
90th Percentile: 6.06ms
99th Percentile: 2247.48ms
99.9th Percentile: 6594.82ms
While Rocket isn't the only framework in this test to take multiple seconds to respond, it is the only Rust framework to exhibit this behavior. Given the extremely simple nature of the code under test, I suspect that there might be some latent but rare performance problem dogging Rocket.
It looks like the tests were updated yesterday with Rocket 0.4.1.
The text was updated successfully, but these errors were encountered: