We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It has a benchmarking tool: https://github.com/EOSIO/eos-vm/blob/master/tools/bench_interp.cpp
Need to make sure to disable metering as even the watchdog could be implemented in a way detrimental to speed.
@poemm has run some tests and his findings/patches can be found here: https://gist.github.com/poemm/cec9e8b3e085651dab6ec06bc5dd9b0e
The text was updated successfully, but these errors were encountered:
It seems the above tool has "metering" disabled because it uses null_watchdog(), see more about that here: https://github.com/EOSIO/eos-vm/blob/ee011884397d80d787868c70995200c0c1b19f13/docs/OVERVIEW.md
null_watchdog()
Sorry, something went wrong.
hugo-dc
No branches or pull requests
It has a benchmarking tool: https://github.com/EOSIO/eos-vm/blob/master/tools/bench_interp.cpp
Need to make sure to disable metering as even the watchdog could be implemented in a way detrimental to speed.
@poemm has run some tests and his findings/patches can be found here: https://gist.github.com/poemm/cec9e8b3e085651dab6ec06bc5dd9b0e
The text was updated successfully, but these errors were encountered: