pytest-dev / pytest-dev/pluggy

speedup of pluggy

Open
#322 3 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.