-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Spit up tight grouping at top of JSON serialization by testing with 2048 connections #4480
Comments
JSON serialization test runs with 512 connections, by increasing the connections to 2048 it will help show the differences between the solution which have all grouped near each other at the top of the results. |
I also was wondering some time ago where is the cause the results saturation for the JSON.
At 256 and 512 concurrency the The above numbers align very well with the results from the So to wrap it up - IMO increasing the number of connections will not help here. The reason is that currently the frameworks are saturating the capability of the network infrastructure to transmit response packets. |
Good answer, thank you. |
OS (Please include kernel version)
Expected Behavior
Actual Behavior
Steps to reproduce behavior
Other details and logs
The text was updated successfully, but these errors were encountered: