eth-sc-comp / benchmarks

Symbolic Execution Benchmarks for Ethereum Smart Contracts
18 stars 3 forks source link

Add benchmarking harness and script to execute hevm #4

Closed d-xo closed 1 year ago

d-xo commented 1 year ago

Based on top of #3.

Also worth noting is that this approach uses foundry to produce bytecode from a given solidity file, and so the project directory structure has been modified slightly to make that easier.