Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accuracy and speed results from EVMole benchmark #1

Open
cdump opened this issue Dec 2, 2023 · 0 comments
Open

Accuracy and speed results from EVMole benchmark #1

cdump opened this issue Dec 2, 2023 · 0 comments

Comments

@cdump
Copy link

cdump commented Dec 2, 2023

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 evm-hound-rs 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 evm-hound-rs" make -C benchmark
$ poetry run python3 benchmark/compare.py --providers etherscan evm-hound-rs --web-listen 0.0.0.0:8080 

# skip PROVIDERS/--providers to compare with other tools, like whatsabi & evmole

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

20231202_10h19m10s_grim

P.S. I'm not a Rust developer and using your tool in benchmark is literally my first written rust code, if you believe I am using your project incorrectly, please feel free to submit a pull request with fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant