whatsabi icon indicating copy to clipboard operation
whatsabi copied to clipboard

Accuracy and speed results from EVMole benchmark

Open cdump opened this issue 1 year ago • 2 comments

Hi, I've added your project to the accuracy and speed benchmark of cdump/evmole

I think you may be interested in that results, to examine errors of whatsabi you can run:

$ sudo apt install git-lfs
$ git clone https://github.com/cdump/evmole 
$ cd evmole/

# you need GNU Make, https://formulae.brew.sh/formula/make - if you are using macos

$ PROVIDERS="etherscan whatsabi" make -C benchmark
$ poetry run python3 benchmark/compare.py --providers etherscan whatsabi --web-listen 0.0.0.0:8080 

# skip PROVIDERS/--providers to compare with other tools, like evm-hound-rs & evmole

Open http://127.0.0.1:8080 after that and you'll see the results: 20231202_10h28m29s_grim

P.S. if you believe I am using your project incorrectly, please feel free to submit a pull request with fixes.

cdump avatar Dec 02 '23 07:12 cdump