-
Notifications
You must be signed in to change notification settings - Fork 2
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
Performance analysis #74
Labels
Comments
Commenting out the conversion from JSON to Excel reduces memory consumption by 3GB: Line-by-line:
It renders an 18 MB HTML file. |
The biggest issue is fixed in 686643f#diff-785956484ea755ecf104f701159d514b I'm not sure why memory increases so much for the Follow-up issue: open-contracting/cove-ocds#90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow-up to open-contracting/lib-cove-oc4ids#23
I edited test_basic.py to use the same test file as in open-contracting/lib-cove-oc4ids#23
And wrote a small
run.py
file:Then ran:
Memory usage is way higher:
I'll start putting
@profile
decorators and running:The text was updated successfully, but these errors were encountered: