-
Notifications
You must be signed in to change notification settings - Fork 142
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
GRPC benchmarks for large data ~ 656K KB between python and java are way off #378
Comments
Hey @yawningphantom Looking at your specs, I recommend setting Does it help? |
Hey @LesnyRumcajs
|
@yawningphantom You imposed rather harsh limits on the client. |
Could you provide the test cases? Then I can run it again to verify. |
Stale. |
Hello @LesnyRumcajs
I have a use case where I need to develop a service capable of handling large payload sizes ranging from 600KB to 1MB. I'm currently deciding between using Java or Python for this task. To make an informed decision, I conducted benchmarking tests using python_grpc_bench and java_quarkus_bench. Surprisingly, the results showed that the Python implementation performed well or even comparably to the Java implementation.
I ran the benchmarks on a Linux machine and while this doesn't seem to be a critical issue, I wanted to inquire if you have also experimented with larger payloads for these benchmarks and if you encountered any challenges or noteworthy observations. Your insights would be valuable in guiding my decision-making process. Thank you!
my machine configuration -
Sample payload size ~ 24KB json file
Sample payload attached here -
Result
The text was updated successfully, but these errors were encountered: