-
-
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
Weird performance on the load #601
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Im currently researching technologies for some web app, and have wrote a simple http server as you show in your example:
Then I used JMeter for emulate some load, and thats what I've found, for example, in comparsion with Node.js:
50'th and 90'th percentiles are very fast, and faster than node, but, then, 95 and higher - is much lower.
It means, that 95% of requests are faster than node, but 5% much slower.
Then I've looked at detailed results of requests, and that is what I have found (more attention on the Duration column - it repeat high latency in period of ~50 requests):
... and so on.
Is it a bug or feature? 😄
Thanks )
The text was updated successfully, but these errors were encountered: