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

setup pyinstrument #10257

Closed
wants to merge 1 commit into from
Closed

setup pyinstrument #10257

wants to merge 1 commit into from

Conversation

RayBB
Copy link
Collaborator

@RayBB RayBB commented Jan 3, 2025

Some research for this performance thread https://internetarchive.slack.com/archives/C0ETZV72L/p1735828712694179

Setup pyinstrument to create pretty graphs of what's going on for requests.
https://pyinstrument.readthedocs.io/en/latest/index.html

Each request's graph is stored in /profiles (in the repo).

They look like this.
Interesting to see how long we are spending on getting availability, and languages, and meta fields.
image

Technical

Thanks https://gist.github.com/RyanKung/193cc0e96e81f3bfb808ab0b45e7f872

Testing

Screenshot

Stakeholders

@RayBB
Copy link
Collaborator Author

RayBB commented Jan 7, 2025

Gonna say not really needed now that we have #10269

@RayBB RayBB closed this Jan 7, 2025
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

Successfully merging this pull request may close these issues.

1 participant