Skip to content

speedup of pluggy #322

Open
Open
@RonnyPfannschmidt

Description

@RonnyPfannschmidt

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions