pytest-dev / pytest-dev/pluggy
speedup of pluggy
Open
@RonnyPfannschmidt is already working on this.
Since Aug 16, 2021.
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 160
- Avg merge
- 21h 4m
- Merged PRs (30d)
- 6
Description
there is multiple levels of speedups possible/for consideration
- external tools (mypyc/cython)
- the hook call mechanism (attr getter in c for the arguments)
- setup/teardown of hooks
- behaviour of the limited/scoped hook callers (subset callers used in pytest)
to better gauge impacts we need benchmarks stressing
- nesting of calls
- number of calls
- number of plugins
- surrounding tools like tracing/hook exclusion
- number of arguments
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.