-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve performance #13
Comments
Examining the The Despite this is doesn't seem to do things particularly quickly (at least it feels that way). @cairosanders and I have already tried to incorporate I don't know what the performance requirements/expectations are for |
To add some more details the results above were achieved by running:
The original request is split into these two requests:
These are split in half on the time variable such that both requests are under the threshold. Here is the full set of logs from the run:
|
While the script is working as intended thus far the performance may become a concern to its viability. With this issue we will seek out ways to improve the speed.
The text was updated successfully, but these errors were encountered: