NomicFoundation / edr

An Ethereum development runtime implementation that can be reused to build new developer tools.
MIT License
52 stars 8 forks source link

Create Solidity tests benchmark to understand JS overhead #489

Closed agostbiro closed 3 months ago

agostbiro commented 3 months ago

Definition of Done

Create Solidity tests benchmark to understand JS overhead using forge-std (local tests only). Compare with forge test as baseline at forked version.

agostbiro commented 3 months ago

Done in https://github.com/NomicFoundation/edr/pull/506