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

ENH: Return pstats.Stats for --profile #1253

Merged
merged 6 commits into from
Apr 23, 2023

Conversation

HaoZeke
Copy link
Member

@HaoZeke HaoZeke commented Mar 19, 2023

This, along with documentation changes chronicles how to use the results of asv run --profile. Closes #971, #808, #801, #71.

Addresses (7) of #1219 (comment).

@HaoZeke
Copy link
Member Author

HaoZeke commented Apr 22, 2023

@mattip I think this should be good to go as well.

@mattip mattip merged commit d4692d0 into airspeed-velocity:master Apr 23, 2023
@mattip
Copy link
Contributor

mattip commented Apr 23, 2023

Thanks @HaoZeke

@mattip
Copy link
Contributor

mattip commented Apr 23, 2023

Any thoughts about why this might have timed out on PyPy3.7? I think we should drop that version from CI since it is no longer supported. We could add PyPy3.9 instead...

@HaoZeke
Copy link
Member Author

HaoZeke commented Apr 23, 2023

Any thoughts about why this might have timed out on PyPy3.7? I think we should drop that version from CI since it is no longer supported. We could add PyPy3.9 instead...

I'm not sure, the PyPy tests are pretty flaky though, especially 3.7, I've opened #1276 to switch to 3.9.

@HaoZeke HaoZeke mentioned this pull request Apr 23, 2023
32 tasks
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.

Question: How to use/extract profiling data after running 'asv run -p'
2 participants