-
Notifications
You must be signed in to change notification settings - Fork 555
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
Add benchmarking tool #23
Comments
Hi, |
I managed to put the bytecode into the contract object and I'm running Interpreter with transaction data set to an empty string. |
Will close this as it is an old issue, |
* fix merge fails * fix ci * fix clippy
This seems like a great way to compare all evm's by opcode:
https://github.com/imapp-pl/gas-cost-estimator
additionaly we could add testing benchmark of our own so that we have faster build/test iteration when optimizing things.
The text was updated successfully, but these errors were encountered: