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

perf: Ape's pytest plugin performance improvements #2361

Merged
merged 5 commits into from
Oct 31, 2024

Conversation

antazoey
Copy link
Member

What I did

loading plugins is the main cause of a slow pytest, come to learn
Ape's wasn't helping either.
This makes Ape not th

How I did it

How to verify it

Before:

pytest --help -s  4.31s user 0.78s system 119% cpu 4.240 total

After:

pytest --help -s  2.08s user 0.30s system 97% cpu 2.439 total

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey merged commit 437d326 into ApeWorX:main Oct 31, 2024
16 checks passed
@antazoey antazoey deleted the perf/pytest-help branch October 31, 2024 21:06
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.

2 participants