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.
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.