Skip to content
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

Figure out why python sdk performance drops with decreasing of DEFAULT_SPLIT_SIZE #70

Open
danielnaumau opened this issue Aug 25, 2023 · 2 comments

Comments

@danielnaumau
Copy link
Contributor

It looks like python sdk has internal rpm limits cause it slows down quite much when DEFAULT_SPLIT_SIZE is changed.

DEFAULT_SPLIT_SIZE = 1
Average response time: 235s for 500 isochrones

DEFAULT_SPLIT_SIZE = 10
Average response time: 51s for 500 isochrones

@danielnaumau
Copy link
Contributor Author

@danielnaumau
Copy link
Contributor Author

It would be great to add a section in readme which explains why it happens and add some examples how to send parallel requests with python sdk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant