You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
How much slower contract in Solidity in near-evm compared to the same contract in WASM
What is the speed compared to Ethereum
We need to figure out what is an apple to apple comparison here and evaluate it.
For WASM vs NEAR EVM we can just have a simple contract written in both and evaluate it on the same node.
Are there any default benchmarks for Ethereum @prestwich we can reuse?
The text was updated successfully, but these errors were encountered:
The best approach here would be to choose a standard contract, and run a suite of transactions on both ganache and near-evm. I'll look at automating this in the near future.
There are two questions that come up:
We need to figure out what is an apple to apple comparison here and evaluate it.
For WASM vs NEAR EVM we can just have a simple contract written in both and evaluate it on the same node.
Are there any default benchmarks for Ethereum @prestwich we can reuse?
The text was updated successfully, but these errors were encountered: