pytest-dev / pluggy

A minimalist production ready plugin system
https://pluggy.readthedocs.io/en/latest/
MIT License
1.26k stars 123 forks source link

Add some benchmark tests #37

Open goodboy opened 7 years ago

goodboy commented 7 years ago

There's been some discussion (#15, #23) surrounding performance mostly as it pertains to the _Multicall.execute() loop.

I propose we add some tests which use pytest-benchmark or something similar to audit changes we make to critical code paths. This encourages being objective about future changes.

goodboy commented 7 years ago

Some other options to investigate:

goodboy commented 5 years ago

There was recently a post on the pytest mailing list about a new alternative bench-marking system as well.